- 05 Apr, 2013 40 commits
-
-
tkent@chromium.org authored
BUG=none TBR=japhet@chromium.org Review URL: https://codereview.chromium.org/13423005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192545 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This CL implements five newly introduced methods on FakeDriveService. The implementation of ContinueGetResourceList, the remaining method, needs slightly more changes, so it will be done in another CL. The new methods will be used for testing of replacing GetResourceList method. BUG=160932 TEST=Ran unit_tests --gtest_filter=FakeDriveService* Review URL: https://chromiumcodereview.appspot.com/13608006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192544 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
Starting with the 10.8 SDK and the iOS 6.0 SDK, enums are declared strongly typed in C++11 mode, which the old forward-declares weren't compatible with. This creates a new macro for forward-declaring these enums in a way that will match the SDK and compilation mode. BUG=226494 Review URL: https://chromiumcodereview.appspot.com/13455004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192543 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
Increased initial timer interval to ensure that we don't trigger error callback on certain "slow" Mac devices. TBR=tommi BUG=226327 TEST=Misc audio input demos in Chrome (WebRTC). Review URL: https://codereview.chromium.org/13679007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192542 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=175948 TEST=Open a .txt file in Google Drive directory from both Files.app and Ctrl-O Review URL: https://chromiumcodereview.appspot.com/13401003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192541 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
BUG=51204 TEST=GeolocationBrowserTest.NoLeakFromOffTheRecord Review URL: https://chromiumcodereview.appspot.com/13548003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192540 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192539 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=178313 TEST=(see instructions in bug) Review URL: https://chromiumcodereview.appspot.com/13601005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192538 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
This fixes a CHECK assertion that was triggered if an incognito split mode extension with two background pages (each having an active web reqeust event listener) was restarted. The reason for the bug was that the event listener from the incognito background page would not be unregistered properly. BUG=224094 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13572005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192537 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
BUG=224923 Review URL: https://chromiumcodereview.appspot.com/13510002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192536 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
TBR=japhet@chromium.org BUG= Review URL: https://codereview.chromium.org/13679004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192535 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
We used to do so, and the resulting data doesn't make sense. BUG=224262 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192526 Review URL: https://chromiumcodereview.appspot.com/13119014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192533 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
> Context menu on views must show on mouse down for non-WIN. > This is mostly a copy of https://chromiumcodereview.appspot.com/12395010 which was reverted due to a regression (https://code.google.com/p/chromium/issues/detail?id=189100). I have attempted to fix that regression here. > > BUG=189100,179381 > > Review URL: https://chromiumcodereview.appspot.com/12529012 TBR=varunjain@chromium.org Review URL: https://codereview.chromium.org/13565004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192532 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192530 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
The eventual plan is to replace scoped_array<T> with scoped_ptr<T[]>. All existing issues with these new restrictions have been fixed, so I'd like to enforce them for scoped_array while the transition is still in progress. BUG=171118 Review URL: https://codereview.chromium.org/13673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192528 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
> Telemetry: Don't silently compare histograms from different processes. > > We used to do so, and the resulting data doesn't make sense. > > BUG=224262 > NOTRY=true > > > Review URL: https://chromiumcodereview.appspot.com/13119014 TBR=marja@chromium.org Review URL: https://codereview.chromium.org/13408012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192527 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
We used to do so, and the resulting data doesn't make sense. BUG=224262 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13119014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192526 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
This is mostly a copy of https://chromiumcodereview.appspot.com/12395010 which was reverted due to a regression (https://code.google.com/p/chromium/issues/detail?id=189100). I have attempted to fix that regression here. BUG=189100,179381 Review URL: https://chromiumcodereview.appspot.com/12529012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192525 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This CL implements the new methods in GDataWapiService. Because the GData WAPI will be deprecated, so instead of splitting GetResourceListOperation, keeping it as is but set some default parameters in GDataWapiService. The new methods are not used yet, but will be soon used. BUG=160932 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/13429004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192524 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192523 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192522 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
Second attempt at this change. The required a native_client change: https://codereview.chromium.org/12499011/ Thus this change also brings in NaCl changes from 11084:11126 inclusive. BUG=196627 TEST=run nacl brower tests one ARM linux Review URL: https://chromiumcodereview.appspot.com/13652003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192521 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
BUG=225536 Review URL: https://chromiumcodereview.appspot.com/13472020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192520 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Make LabelButton focusable on set_style(STYLE_NATIVE_TEXTBUTTON). (this matches NativeTextButton::Init behavior) Change NativeTextButton to LabelButton in FocusTraversalTest like: https://codereview.chromium.org/13584010 Patch Set 4. Update MessageLoopForUI...RunWithDispatcher() test comments. BUG=155363,226814 TEST=native style LabelButtons are focusable by default. Tests pass. R=tfarina@chromium.org,sky@chromium.org TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/13639003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192519 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
This won't be allowed by unique_ptr<T> or scoped_ptr<T>. BUG=171118 Review URL: https://codereview.chromium.org/13710002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192518 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
TEST=browser_tests --gtest_filter=\*DirectoryReader\* Review URL: https://chromiumcodereview.appspot.com/13643004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192517 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192516 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
BUG= TBR=japhet@chromium.org Review URL: https://codereview.chromium.org/13517005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192515 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Commands are updated when focus is updated. This makes sense, when executing commands by pressing an ui element. However, when executing a command via a shortcut, we may execute it while it shouldn't be allowed to be executed. This patch fixes it by updating the command's state (disabled/enabled) just before executing it via a shortcut. TEST=Enter Files.app, select a file, then deselect a file, hit Delete button. A delete command should not be invoked. BUG=174554 Review URL: https://chromiumcodereview.appspot.com/13532006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192514 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
BUG=222218 TEST=manual Review URL: https://chromiumcodereview.appspot.com/13434005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192513 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Fixed IsCapturingUserMedia() and IsBeingMirrored() to use WebContents pointer to identify tabs. Review URL: https://chromiumcodereview.appspot.com/13355003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192512 0039d316-1c4b-4281-b951-d872f2087c98
-
dsinclair@chromium.org authored
When the browser cache for a given profile is cleared we will now clear out any shaders stored in the shader disk cache for that profile. BUG=176289 Review URL: https://chromiumcodereview.appspot.com/12500009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192511 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
> Re-apply 192420: Move login switches to src/chromeos > Includes fix for GOOGLE_CHROME_BUILD > > BUG=192420 > TBR=ben@chromium.org, nkostylev@google.com > > > Review URL: https://chromiumcodereview.appspot.com/13671005 TBR=stevenjb@chromium.org Review URL: https://codereview.chromium.org/13590004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192510 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
BUG=180591 TEST=misc audio clients in Chrome using the new --force-wave-audio flag on Win7 Review URL: https://codereview.chromium.org/13639002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192509 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
Add ContentViewCore#udpateFrameInfo trace event. BUG= Review URL: https://chromiumcodereview.appspot.com/13688003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192508 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192507 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
scoped_ptr<T[]>, which will replace scoped_array<T>, does not support passing NULL as an explicit argument to reset(). BUG=171118 Review URL: https://codereview.chromium.org/13692002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192506 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Includes fix for GOOGLE_CHROME_BUILD BUG=192420 TBR=ben@chromium.org, nkostylev@google.com Review URL: https://chromiumcodereview.appspot.com/13671005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192504 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Image and tracking updates are now tracked separately, so that we properly distinguish between adds/updates. BUG=226539 Review URL: https://chromiumcodereview.appspot.com/13666003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192503 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/13653006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192502 0039d316-1c4b-4281-b951-d872f2087c98
-