- 05 Apr, 2013 40 commits
-
-
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
-
kkania@chromium.org authored
-Track frame info for newly inserted nodes via DOM.childNodeInserted. -Update subframe execution context IDs. -Return NoSuchFrame if the frame doesn't have a execution context BUG=chromedriver:279 Review URL: https://chromiumcodereview.appspot.com/13651002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192501 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=225857 Review URL: https://chromiumcodereview.appspot.com/13650008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192500 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Previously, there were two code paths in BrowserPluginGuest to request a new window (new <webview>) from the embedder: one for suppressed openers and one for unsuppressed openers. This CL unifies the two code paths. BUG=none Test=WebViewTest.Shim, WebViewTest.NewWindow Review URL: https://chromiumcodereview.appspot.com/13649007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192499 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=226642 TEST=AACTest_TestImplicitSBR_ChannelConfig0,AACTest_TestImplicitSBR_ChannelConfig1 Review URL: https://chromiumcodereview.appspot.com/13648007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192498 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
- we want to check a data block of a specific tag and enough length, which doesn't mean && here. - data_block skipping length is different between two continue BUG=226318 TEST=ui_unittests passed Review URL: https://chromiumcodereview.appspot.com/13648004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192497 0039d316-1c4b-4281-b951-d872f2087c98
-
https://chromiumcodereview.appspot.com/13473017yfriedman@chromium.org authored
These are only used downstream, so the failure was invisible upstream. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13691002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192496 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
BUG=172584 Review URL: https://chromiumcodereview.appspot.com/13620002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192495 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
This ensures that users don't lose any saved settings when upgrading to M27. BUG=226488 Review URL: https://chromiumcodereview.appspot.com/13619010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192494 0039d316-1c4b-4281-b951-d872f2087c98
-