- 25 Mar, 2013 40 commits
-
-
nick@chromium.org authored
BUG=223723 Review URL: https://codereview.chromium.org/12794019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190496 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Depends on: https://codereview.chromium.org/13007002/ BUG=179387 Review URL: https://codereview.chromium.org/12674045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190495 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previously hosts were located in /Library/Chrome/NativeMessagingHosts. Native messaging is new and it's disabled by default in M27, so at the moment there is nothing that depends on the path, i.e. it's still safe to change it. Review URL: https://codereview.chromium.org/12465023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190494 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
BUG=181072 Review URL: https://codereview.chromium.org/12987020 Patch from Fredrik Hubinette <hubbe@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190493 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Fixes typo. Unifies Instant WATCHLIST, removes obsolete 'search' list. BUG=None TEST=python watchlist.py chrome/browser/ui/search/search.h etc. TBR=samarth@chromium.org, sreeram@chromium.org Review URL: https://codereview.chromium.org/12615011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190492 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Unifies Instant WATCHLIST, removes obsolete 'search' list. BUG=None TEST=python watchlist.py chrome/browser/ui/search/search.h etc. TBR=samarth@chromium.org, sreeram@chromium.org Review URL: https://codereview.chromium.org/12961008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190491 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
This is causing a high crash rate on ChromeOS: crbug.com/223607 > Re-land: cc: Enable solid color prediction by default > > This change flips the "use-color-estimator" flag to become > "disable-color-estimator" flag and enables color prediction > by default. > > BUG=181619 > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188467 > > Review URL: https://chromiumcodereview.appspot.com/12408011 TBR=vmpstr@chromium.org Review URL: https://codereview.chromium.org/12968005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190490 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
Replace the methods with CreateCopyResultCallback. BUG=180569 TEST=Ran unit_tests --gtest_filter=DriveResourceMetadata* Review URL: https://chromiumcodereview.appspot.com/12811012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190488 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
FaviconCache::OnReceivedSyncFavicon now posts a task for UpdateSyncState, due to the possibility that the method is called from within a sync transaction. BUG=223400 Review URL: https://codereview.chromium.org/13006012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190487 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
Release version 0.5 as Beta. Main changes from last release are as below: 1. Fixed issues on navigation and frame javascript execution context. 2. Added optional 'promptText' parameter to DevTools Page.handleJavaScriptDialog. 3. Added command implicitlyWait. 4. Made session commands run in separate session threads. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12703023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190486 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
Adding the binaries for https://codereview.chromium.org/12742013/ TBR=sky BUG=217094 TEST=None Review URL: https://codereview.chromium.org/12703022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190485 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
Fix runtime JavaScript errors on chrome://history that are caused by some missing resources on Android. Also add some iOS ifdefs to match the Android ones. BUG=None TEST=Open chrome://history on Android, and verify that there are no console errors on the adb debug output. Review URL: https://chromiumcodereview.appspot.com/12769024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190483 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
Unfortunately, it is not supported to authorize third party app on Drive API v2. So, as its workaround, we use GData WAPI's authorization operation. This should work on Drive API v2, because both protocol should share the same resource id for most cases. Note that enabling Drive API v2 with a flag is still under-impelementation, so now it not ready to test it manually. It will be done when the Drive API v2 starts to work. Note that the code is not yet used, so adding the code with unit_tests should work (i.e. unless it breaks compilation nor test). BUG=179837 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/12924009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190482 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Instead pass parameters into SpdyStream's constructor. This simplifies SpdyStream, as we can now be sure that its priority is fixed. Add function to convert from SpdyPriority to RequestPriority, and use them to set the correct priority for push streams. Replace uses of Unretained() with weak pointers. BUG=176582 Review URL: https://codereview.chromium.org/12989038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190481 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12967017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190480 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
From http://crrev.com/190426 BUG=157076 TEST=none TBR=eugenis Review URL: https://codereview.chromium.org/13030008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190479 0039d316-1c4b-4281-b951-d872f2087c98
-
yhirano@chromium.org authored
The leak seems to not reproduce. BUG=222509 TBR=thestig NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13037002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190477 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190476 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=143136 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12902044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190474 0039d316-1c4b-4281-b951-d872f2087c98
-
mallinath@chromium.org authored
BUG=https://code.google.com/p/chromium/issues/detail?id=223384 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12869013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190473 0039d316-1c4b-4281-b951-d872f2087c98
-
karen@chromium.org authored
reverting cause it's causing server-side problems where sync becomes unavailable. crbug.com/223556 > Turn on SyncedNotifications for Dev, Canary, and Unknown channel > > Turning it on in Dev and Canary will allow us to gather feedback during the development process. > > BUG=22205 > > > Review URL: https://chromiumcodereview.appspot.com/12617010 TBR=petewil@chromium.org Review URL: https://codereview.chromium.org/13030006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190471 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Likely also fixes a top-down-flipped bug with the in-process command buffer. BUG=110881 TBR=tony Review URL: https://codereview.chromium.org/12896006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190469 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
BUG=NONE TEST=NONE TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/12588008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190468 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190467 0039d316-1c4b-4281-b951-d872f2087c98
-
danno@chromium.org authored
TBR=danno@chromium.org Review URL: https://codereview.chromium.org/13064002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190466 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
BUG=223262 TBR=thestig@chromium.org Review URL: https://chromiumcodereview.appspot.com/12987017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190465 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=176277 TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/12929026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190464 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=156277 TEST=Launch sample text editor of chrome.filesystem. Use open/save dialog on Drive files. Review URL: https://chromiumcodereview.appspot.com/12319138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190461 0039d316-1c4b-4281-b951-d872f2087c98
-
lazyboy@chromium.org authored
BUG=171726 TEST=WebViewTest.Shim.webViewExecuteScript still passes. Review URL: https://chromiumcodereview.appspot.com/12485012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190459 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=222113,222104 For ash/ash_chromeos_strings.grdp TBR=sky@chromium.org Review URL: https://codereview.chromium.org/12843019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190458 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
window rather than above the windows last transient parent. This resulted in the layers getting out of order and all sorts of future problems. BUG=173706 TEST=covered by unit test, see bug R=ben@chromium.org Review URL: https://codereview.chromium.org/13008024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190457 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This will replace the SoftwareScreenDimmingRequested signals currently emitted by powerd. BUG=221391 Review URL: https://chromiumcodereview.appspot.com/12770015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190456 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
TBR=ben@chromium.org, mirandac@chromium.org (ben - gypis, mirandac - profiles) BUG=159265 Review URL: https://chromiumcodereview.appspot.com/12618009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190455 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This makes it possible to have builds with policy enabled, but managed mode disabled. BUG=None Review URL: https://chromiumcodereview.appspot.com/12987006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190452 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=222610 Review URL: https://codereview.chromium.org/12513014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190451 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
Replace the methods with CreateCopyResultCallback and RunBlockingPoolTask. BUG=180569 TEST=Ran unit_tests --gtest_filter=DriveFileSystem*:SearchMetadata* Review URL: https://chromiumcodereview.appspot.com/12833019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190450 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12502027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190449 0039d316-1c4b-4281-b951-d872f2087c98
-
karen@chromium.org authored
caused major hangs on canary. will reland when there's a fix for crbug.com/181665 > Fix registry key reading bug > > The current code succeeds even if the keys are not in the machine > therefore dCute is detected and the videocard capabilities are > downgraded > > BUG=181665 > TEST=see bug > Review URL: https://codereview.chromium.org/12534013 TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/12704020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190448 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
Also, remove dead code that converts between context and frame. BUG=chromedriver:268 Review URL: https://codereview.chromium.org/12662031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190447 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Makes these windows top-level so they interact with the system better (and also maintain focus better in some cases) Two additional delegations: - One to notify when the animation is complete because when closing a window the root window close needs to be deferred until after the animation is complete. - One to add extra space to the root window used during animations. R=sky@chromium.org BUG=175016,175833,179786,180071,181175 Review URL: https://chromiumcodereview.appspot.com/12342028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190446 0039d316-1c4b-4281-b951-d872f2087c98
-