0
Commit Graph

149683 Commits

Author SHA1 Message Date
7b38b19cd5 Browser Plugin: Only install BrowserPluginMessageFilter if render process supports BrowserPlugin.
BUG=222403
Test=Manually test BrowserPlugin/<webview> on chrome and content_shell


Review URL: https://chromiumcodereview.appspot.com/12518033

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190057 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 18:39:31 +00:00
21257525cd Protocol / client plugin changes to support interactively asking for a PIN.
This has a few special cases, to be able to deal with all sorts of combinations of Me2Me/It2Me/old-plugin/old-webapp/old-host.

The idea is: A webapp that supports asking for PINs asynchronously will explicitly notify the plugin of that. Older webapps (or It2Me) will send the passphrase directly on connect.
The negotiating authenticator, instead of immediately trying to send the first SPAKE message, first sends a message with the supported methods to the host, and only when the host replies with the specific method it tries to create the authenticator. If there is a PinFetcher interface, it tries to use a PinClientAuthenticator (a thin layer on top of V2Authenticator that takes care of asynchronously asking for PIN), otherwise it uses V2Authenticator directly with the pre-provided pass phrase.

This also adds support for authenticators that can't be created in a particular state (e.g. ones for which the first message must go in one particular direction). The NegotiatingAuthenticator takes care of sending blank messages/ignoring those messages as appropriate.

BUG=115899

Review URL: https://chromiumcodereview.appspot.com/12518027

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190056 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 18:39:13 +00:00
2d401ff884 Make process_resources.py more configurable
This allows more configuration of the aapt call from within gyp. This is primarily to support differences that are required to use process_resources.py for java_apk.gypi.


BUG=158821

Review URL: https://chromiumcodereview.appspot.com/12516019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190055 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 18:38:32 +00:00
e05c1c7a84 Fix context problem in Android Sync test utilities
BUG=159203


Review URL: https://chromiumcodereview.appspot.com/12512016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190054 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 18:38:15 +00:00
eb0ea65427 Adding a "Learn more" link to the Google DNS selection
on the static IP configuration page in network settings.

Also, adjust the size of the dialog so that custom DNS fields don't
cause scrolling.

BUG=chromium:172634


Review URL: https://chromiumcodereview.appspot.com/12502012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190053 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 18:25:05 +00:00
8b169b4ba6 InstantExtended: Adding InstantRestrictedIDCache for caching and looking up restricted IDs.
In InstantExtended, cross origin iframes are used to display objects which can
only be referenced by the Instant page using an ID (restricted ID). These IDs
need to be unique and and cached for a while so that the SearchBox API can
fetch the object info based on the ID. The reason to use a cache of N items as
against just the last set of results is that there may be race conditions
between the internal state of the SearchBox and the data being displayed.

This CL introduces a template class InstantRestrictedIDCache that can be used
to generate the restricted IDs for objects, cache them and fetch objects based
on the IDs.


BUG=181870

Review URL: https://chromiumcodereview.appspot.com/12498002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190052 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 18:24:46 +00:00
7603977c1a Disable Pepper Flash component updater on Linux.
BUG=174044
Test=None


Review URL: https://chromiumcodereview.appspot.com/12494029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190051 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 18:24:26 +00:00
8a39b2c646 The download arrow is not vertically centered and needs to be shifted down by 2 pt.
BUG=173251
TEST=Open any page that downloads an attachment such as gmail email with an attachment or
   a page with an image. Download the image or an attachment - that will open a download bar at the bottom of the window. Verify that the downward arrow in the bar is centered vertically.

Review URL: https://chromiumcodereview.appspot.com/12490014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190050 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 18:24:15 +00:00
e2c7b5550f Send Feedback Experiment
Feedback Experiment to test response rate (usage of report an issue) when alternate text (Send Feedback) and or an alternate location (on windows/linux/mac the main Wrench Menu, on ChromeOS in the more tools option) is used. In the case of alternate text experiments the label for the report an issue button on the chrome://help page is also changed.


BUG=169339
TEST=Manual
Default behavior should not change, to confirm desired behavior run chrome with --force-fieldtrials=SendFeedbackLinkLocation/$GROUP_NAME/
Where GROUP_NAME is one of {alt-text,alt-location,alt-text-and-location} (note trailing '/' is required!)

Review URL: https://chromiumcodereview.appspot.com/12490012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190049 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:49:07 +00:00
cc1a246af1 wrench_menu: use NativeTheme colors under aura
This changes the wrench menu's MenuButtonBackground to use NativeTheme colors under aura, and introduces kColorId_HotMenuItemBackgroundColor.

BUG=130810

Review URL: https://chromiumcodereview.appspot.com/12483006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190048 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:48:49 +00:00
c92f932d55 On Win, the accessible value of a document should be its url.
This matches Firefox's behavior, may improve screen reader support
slightly.

BUG=none
TBR=dtseng

Review URL: https://chromiumcodereview.appspot.com/12481022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190047 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:48:30 +00:00
98eaa7d419 With browser instant extended enabled, signing in should redirect to chrome://apps instead of to NTP.
BUG=178615
TEST=none


Review URL: https://chromiumcodereview.appspot.com/12477009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190046 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:48:15 +00:00
50b3bfd2b0 Remove dead method WebContents::ShouldAcceptDragAndDrop
This method is no longer used. It was originally intended to prevent
drag and drop operations on popup windows and panels on CrOS from
triggering navigation operations in a new tab. Unfortunately, this is
not the correct way to fix the problem anyway; if this method were
actually used, it would prevent *all* drag and drop from working in the
popup/panel window. The correct fix is to plumb through the relevant
drag and drop policy to WebKit so the renderer knows not to initiate a
navigation.

BUG=none
TBR=jam

Review URL: https://codereview.chromium.org/12938013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190045 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:44:36 +00:00
1a76a44ce3 Enable EV for AC Camerfirma SA
BUG=73399
TEST=Visit https://www.camerfirma.com and
https://server2.camerfirma.com:8082 and see EV badge


Review URL: https://chromiumcodereview.appspot.com/12477008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190044 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:38:08 +00:00
e9cddd5bb1 Initial check-in enabling <adview> tag for packaged apps.
The <adview> tag is available only in packaged apps v2 -- when specifying the "adview" permission. It enables packaged apps to embed ads in a separate process (similar to <webview>), thus enforcing some separation between ad networks and app code for both security and privacy.

BUG=180618

Review URL: https://chromiumcodereview.appspot.com/12463015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190043 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:37:53 +00:00
537789e51f Modify metrics_private extensions api to use JSON Schema Compiler
BUG=121174

Review URL: https://chromiumcodereview.appspot.com/12461008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190042 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:37:19 +00:00
b7ea1bbd49 Copy remoting notification bar to chrome and use it for screen capture API.
Chrome must show notification bar when screen capture API is used to capture 
the screen. This CL reuses the notification bar that's currently used by 
remoting host (see src/remoting/host/disconnect_window*). The new files are 
mostly copy of the existing code in remoting (except different names). 

The plan is to keep it temporarily and replace it with something better before
the API is enabled for everybody.

BUG=190156


Review URL: https://chromiumcodereview.appspot.com/12453019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190041 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:37:01 +00:00
24345572cf Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190040 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:27:42 +00:00
1f46e939d7 Correctly add 'Extra' buttons to NetworkStateListDetailedView
BUG=222571


Review URL: https://chromiumcodereview.appspot.com/12426025

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190039 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:27:10 +00:00
474a2443c4 Reland "Add chromite and pyelftools to DEPS file."
Previous version was reverted because it broke check_license.py.
Relanding now that the license issues are resolved.  See
crbug.com/222615.

Used for the Simple Chrome Workflow (go/simple-chrome).  pyelftools is a
dependency of chromite.

BUG=None
TEST=trybots


Review URL: https://chromiumcodereview.appspot.com/12426021

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190038 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:26:50 +00:00
379b0d60d2 Short term workaround to deal with calculation error caused by inverted matrix.
I'll work on better fix for m28 as described in the bug.

BUG=222483
TEST=autohide launcher works on any side (lefr,right,top,bottom) when display is rotated.


Review URL: https://chromiumcodereview.appspot.com/12423007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190037 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:26:37 +00:00
7781d121ca Modify developer_private extensions api to use JSON Schema Compiler
BUG=121174

Review URL: https://chromiumcodereview.appspot.com/12421007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190036 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:25:56 +00:00
d64f2bd35f Avoid the possibility of future conflict with another address-of-static due to COMDAT folding.
BUG=none

Review URL: https://codereview.chromium.org/12529029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190035 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:24:36 +00:00
c1f37c839b Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190034 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:00:52 +00:00
2887b629a9 Revert r190022 "Add DEPS for new third party library in third_party/openmax_dl."
This broke check_licenses.

TBR=rtoy@google.com
BUG=

Review URL: https://codereview.chromium.org/13009008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190033 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 17:00:00 +00:00
06fad541b4 Take advantage of XDAMAGE to support Screen Capture under ChromeOS.
Screen Capture polls under Linux/X11, to avoid issues with poor XDAMAGE
support in some X hardware drivers for things like 3D rendering.

This CL enables XDAMAGE support under ChromeOS, since on that platform we
can make sure that the drivers support it properly.

BUG=177977


Review URL: https://chromiumcodereview.appspot.com/12408035

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190032 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:39:47 +00:00
c8c857f336 Npapi cleanup: USE_SKIA is always true.
We always build with skia now. This change removes dead code, and unnecessary
USE_SKIA guards.

BUG=110881


Review URL: https://chromiumcodereview.appspot.com/12406010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190031 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:39:12 +00:00
0950d6fe82 Remove Aura's extra shadowed border in the new dialog style.
Set new Aura dialogs' corewm::ShadowType to SHADOW_TYPE_NONE.
Removes the extra frame around new style dialogs on CrOS.
( does the same on the experimental Windows ash_shell )
See http://crbug.com/166075#c37 for before/after screenshots.

This doesn't remove the black dialog border on Win.
( non-transparency is required to host native controls )

BUG=166075
TEST=CrOS --enable-new-dialog-style looks nicer.
R=sky@chromium.org,ben@chromium.org

Review URL: https://chromiumcodereview.appspot.com/12391056

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190030 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:39:00 +00:00
c76e496513 Modify managed_mode_private extensions api to use JSON Schema Compiler
BUG=121174

Review URL: https://chromiumcodereview.appspot.com/12378079

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190029 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:38:46 +00:00
6780fa16ce Added "None available" title and grey out the media menu when there is no device.
When capture device list is empty, we show a "None available" title to clearly tell the users there is no device, instead of having empty menu.
This will also fix the problem when the height of the empty menu is not the same as the other menu with item.

BUG=178383

Review URL: https://codereview.chromium.org/12457016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190028 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:35:35 +00:00
44f7746480 Restore SnapshotTabHelper temporarily until dependencies are fixed (reverts deletions in r189969). Do not use this class in Chrome.
BUG=223374
TBR=jam@, sky@

Review URL: https://codereview.chromium.org/12770014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190027 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:30:49 +00:00
4710df256c Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190026 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:30:40 +00:00
8ea346d9d6 When running iOS tests on devices, write stdout to a file, then dump to NSLog.
gtest only writes test output to stdout, but on iOS 6 devices, stdout is not
available to be retrieved from the device. This CL redirects stdout to a file
while the tests are running, then dumps the contents of that file to NSLog
(which is available to be retrieved from the device).

BUG=None


Review URL: https://chromiumcodereview.appspot.com/12328083

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190025 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:28:06 +00:00
9a6361d0d5 Third Party authentication protocol.
This adds a new Authenticator, that uses a third-party token service to authenticate clients and hosts and negotiate a shared secret.

The client authenticates with the third-party service, and obtains a token and a shared secret. The token is sent directly to the host, the shared secret is used to initiate a SPAKE authentication.

The host receives the token, and asks the third-party server to exchange it for the shared secret (authenticating itself by signing the request with the host private key). Once it gets the shared secret, client and host are able to finish the SPAKE negotiation.

BUG=115899

Review URL: https://chromiumcodereview.appspot.com/12326090

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190024 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:27:52 +00:00
a85289d762 Preventing race conditions in Google Now extension.
Introducing a task manager. A task is an event chain that does certain work that we want to be atomic. Execution of multiple tasks is serialized.

Also, adding checks for anomalous situations, such as a forever-running task keeps the event page from unloading or a task still running when the event page unloads.

BUG=164227

Review URL: https://chromiumcodereview.appspot.com/12316075

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190023 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:27:33 +00:00
03eda781e5 Add DEPS for new third party library in third_party/openmax_dl.
BUG=


Review URL: https://chromiumcodereview.appspot.com/12316073

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190022 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:27:19 +00:00
7e4e8bb7c4 Revert 190016 "Reland libjingle.gyp refactoring change."
> Reland libjingle.gyp refactoring change.
> 
> Original description (from https://codereview.chromium.org/12457027/):
> Refactor libjingle and libpeerconnection targets.
> I'm moving most of the source files back to the libjingle target since the
> current splitting doesn't work for all targets that currently rely on libjingle.
>  The webrtc core libs are still only in the libpeerconnection target, and
> require the enable_webrtc gyp variable to be be set.
> 
> I'm also adding a gyp variable to the libjingle target to support dependency
> injection as is supported for libpeerconnection.
> 
> TBR=ronghuawu@chromium.org
> 
> Review URL: https://codereview.chromium.org/12967005

TBR=tommi@chromium.org
Review URL: https://codereview.chromium.org/13009007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190021 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:24:24 +00:00
2ef5d00e49 Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline.
(Controlled by new load flag.)

BUG=2204
R=rvargas@chromium.org


Review URL: https://chromiumcodereview.appspot.com/12310075

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190020 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:17:27 +00:00
a63e8d2609 Add support building with OpenMAX DL FFT for WebAudio
BUG=223172

This just adds a gyp variable that enables or disables the use of the OpenMAX DL FFT routines.

Review URL: https://chromiumcodereview.appspot.com/12260023

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190019 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:17:08 +00:00
3dc1b9c9b7 Fixing opening a new tab if none exists to show the enrollment URI for certificates.
Replacing FindTabbedBrowser by FindOrCreateTabbedBrowser and Navigate to open the tab.

Using Restore() to actually make the browser window visible. Otherwise it will remain minimized.

BUG=172203

Review URL: https://chromiumcodereview.appspot.com/12089026

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190018 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:16:55 +00:00
045d454693 Suppress touchscreen tap immediately after a GestureFlingCancel
Tapping on the touchscreen during a fling scroll causes a
GestureFlingCancel to be sent to stop the fling. It also sends a pair of
GestureTapDown/GestureTap events that should be suppressed if the fling
is successfully stopped (otherwise we will have undesirable side
effects; e.g. activating a link or push button in tap location). This
was working for touchpad. It is now added for touchscreen, too.

BUG=162242


Review URL: https://chromiumcodereview.appspot.com/12087140

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190017 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 16:16:42 +00:00
3e61f775de Reland libjingle.gyp refactoring change.
Original description (from https://codereview.chromium.org/12457027/):
Refactor libjingle and libpeerconnection targets.
I'm moving most of the source files back to the libjingle target since the
current splitting doesn't work for all targets that currently rely on libjingle.
 The webrtc core libs are still only in the libpeerconnection target, and
require the enable_webrtc gyp variable to be be set.

I'm also adding a gyp variable to the libjingle target to support dependency
injection as is supported for libpeerconnection.

TBR=ronghuawu@chromium.org

Review URL: https://codereview.chromium.org/12967005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190016 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 15:59:38 +00:00
80c594e062 Suppress a race in uprv_malloc_46 reported by TSan v2
BUG=223352
TBR=timurrrr
Review URL: https://codereview.chromium.org/12769019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190004 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 12:24:14 +00:00
5a5e2565da Disable SpellCheckTest.SpellCheckText under ThreadSanitizer v2
BUG=217909
TBR=groby
Review URL: https://codereview.chromium.org/12913010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190003 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 12:05:52 +00:00
a40579898c Fix ToolsSanityTest.DataRace under TSan v1 by allocating the shared variable on the heap instead of stack.
For some reason the test interferes with others and the race on the stack variable gets ignored.

BUG=223016
TBR=thestig,darin
Review URL: https://codereview.chromium.org/13040003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190002 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 11:28:17 +00:00
8a92186440 Updating trunk VERSION from 1450.0 to 1451.0
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189998 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 09:01:06 +00:00
5aecde616f Revert 189995 "Revert 189990 - re-re-land of "Refactor libjingle..."
> Revert 189990 - re-re-land of "Refactor libjingle and libpeerconn..."
> The previous attempt failed because libjingle hadn't been rolled yet. Still waiting on trybots a day later.
> 
> > > > > Refactor libjingle and libpeerconnection targets.
> > > > > I'm moving most of the source files back to the libjingle target since the current splitting doesn't work for all targets that currently rely on libjingle.  The webrtc core libs are still only in the libpeerconnection target, and require the enable_webrtc gyp variable to be be set.
> > > > > 
> > > > > I'm also adding a gyp variable to the libjingle target to support dependency injection as is supported for libpeerconnection.
> > > > > 
> > > > > TBR=darin
> > > > > 
> > > > > Review URL: https://codereview.chromium.org/12457027
> > > > 
> > > > TBR=tommi@chromium.org
> > > > Review URL: https://codereview.chromium.org/12662028
> 
> TBR=tommi@chromium.org
> Review URL: https://codereview.chromium.org/12891005

TBR=tommi@chromium.org
Review URL: https://codereview.chromium.org/12512017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189996 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 08:50:39 +00:00
49dee4b305 Revert 189990 - re-re-land of "Refactor libjingle and libpeerconn..."
The previous attempt failed because libjingle hadn't been rolled yet. Still waiting on trybots a day later.

> > > > Refactor libjingle and libpeerconnection targets.
> > > > I'm moving most of the source files back to the libjingle target since the current splitting doesn't work for all targets that currently rely on libjingle.  The webrtc core libs are still only in the libpeerconnection target, and require the enable_webrtc gyp variable to be be set.
> > > > 
> > > > I'm also adding a gyp variable to the libjingle target to support dependency injection as is supported for libpeerconnection.
> > > > 
> > > > TBR=darin
> > > > 
> > > > Review URL: https://codereview.chromium.org/12457027
> > > 
> > > TBR=tommi@chromium.org
> > > Review URL: https://codereview.chromium.org/12662028

TBR=tommi@chromium.org
Review URL: https://codereview.chromium.org/12891005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189995 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 08:35:55 +00:00
fb9d5f910d Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189994 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 08:03:52 +00:00
783acdb2cf Roll libjingle r297.
TBR=mallinath@chromium.org

Review URL: https://codereview.chromium.org/12650009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189993 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-23 08:02:25 +00:00