- 27 May, 2013 29 commits
-
-
jochen@chromium.org authored
TBR=marja@chromium.org Review URL: https://codereview.chromium.org/16095003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202394 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=242291 TBR=marja@chromium.org Review URL: https://codereview.chromium.org/16059004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202392 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
BUG=243594 TEST=manually Review URL: https://chromiumcodereview.appspot.com/15891004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202391 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202390 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
> Roll webrtc 4073:4103 > > BUG=243160, 243786 > R=ronghuawu@chromium.org > > Review URL: https://codereview.chromium.org/15861020 TBR=sergeyu@chromium.org R=ronghuawu@chromium.org Review URL: https://codereview.chromium.org/16095002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202389 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
This also completes NetworkStateInformer's migration from NetworkLibrary to NetworkStateHandler BUG=189009 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201688 R=stevenjb@chromium.org, ygorshenin@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202192 Review URL: https://codereview.chromium.org/15294010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202388 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Compared to the existing test, it checks that the update is indeed reflected to the layer of DriveService. BUG=223865 Review URL: https://chromiumcodereview.appspot.com/15989002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202387 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
TBR=pkasting@chromium.org, estade@chromium.org BUG=172593 Review URL: https://chromiumcodereview.appspot.com/15757010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202386 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
Depends on https://chromereviews.googleplex.com/8393013/. BUG=226016 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/15899006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202385 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This caused undeterministic behavior in setting the default task, especially on ASAN bots. Moreover, it sounds reasonable to use order of handlers as priorities. TEST=browser_tests on Linux ChromeOS ASAN pass. BUG=243611, 242615 Review URL: https://chromiumcodereview.appspot.com/15975004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202384 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
This CL added the 'offline' directory to the directory tree and the test for offline feature. BUG=238545 TEST=Open the file browser, ensure that the offline feature works Review URL: https://chromiumcodereview.appspot.com/14577013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202383 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
> [cros] Temporaly add logging to login screen for events dealing with action box. > > We need this to understand the bug root on the link device (inaccessible locally). > > BUG=224526 > TEST=none > NOTRY=true > > > Review URL: https://chromiumcodereview.appspot.com/13375014 TBR=glotov@chromium.org Review URL: https://codereview.chromium.org/15924006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202382 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202380 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=151155:151171&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/15975005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202379 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202378 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Use utility function for boilerplate test code. Fix typos. Remove resolved TODO comments. Remove unused include, etc. BUG=none Review URL: https://chromiumcodereview.appspot.com/15843006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202377 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
BUG=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15936005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202376 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
This CL updated CSS and javascript to make the size of search box fit to its contents size. In the JavaScript funciton 'updateSearchBoxStyles_', we measure the widht of search box text by using TextMeasure class and set the search box size depending on the width. TextMeasure class has a dummy span element. When measuring text size, it sets the text to the dummy span element and obtains its size by using getBoundingClientRect method. This CL also added #search-icon and #search-clear-button elements. Originally these UI parts are implemented as the background image and -webkit-search-cancel-button of the serach box respectively. This way had a trouble about rtl mode thus we need the specific selectors for the rtl mode. On the other hands, current implementation can handle rtl mode without other selectors. BUG=241300, 239292 TEST=manually. rtl mode and legacy UI are also checked. Review URL: https://chromiumcodereview.appspot.com/15946005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202375 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
base/string16.h was moved into base namespace in r191198 by Brett. BUG=None TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16049004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202374 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
Move fileapi::AreSameFileSystem utility method to FileSystemURL. BUG=239710 TEST=FileSystemURLTest.IsInSameFileSystem R=tzik@chromium.org Review URL: https://codereview.chromium.org/15754005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202373 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
FileSystemURL should no longer have dependencies to IsolatedContext or ExternalMountPoints, but should be just a simple class. Remove unnecessary header files and move tests that are specific to SyncableFileSystem into webkit/fileapi/syncable/syncable_file_system_util_unittest.cc. BUG=239710,240658 TEST=FileSystemURLTest.*,SyncableFileSystemTest.SyncableFileSystemURL_IsParent R=tzik@chromium.org Review URL: https://codereview.chromium.org/16072003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202372 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Pass the scale factor through the image transport surface to the IOSurface creation. Change ViewHostMsg_CompositorSurfaceBuffersSwapped to use a params structure, because there is a limit of 5 IPC arguments. BUG=132714 Review URL: https://chromiumcodereview.appspot.com/15689003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202371 0039d316-1c4b-4281-b951-d872f2087c98
-
kouhei@chromium.org authored
Note to gardener: This patch requires the following Blink patch to be landed first: https://codereview.chromium.org/14746002/ This API is to be triggered from {mouse,gesture}-events on HTMLAnchorElement. BUG=235361 Review URL: https://chromiumcodereview.appspot.com/14749005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202370 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
Suspected to have broken ClickToPlayPluginTest.NoCallbackAtLoad > Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (Chrome) > > This CL updates Chrome to return plugin NPP identifiers for NPAPI, PPAPI and browser plugins, and to make the necessary calls into Blink to support object ownership tracking. > > This CL requires Blink CL crrev.com/14989014, and is itself required by Blink CL crrev.com/14019005. > > BUG=152006 > > Review URL: https://chromiumcodereview.appspot.com/15007012 TBR=wez@chromium.org Review URL: https://codereview.chromium.org/15757007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202369 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202367 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
As part of effort to drop "Drive" prefix from classes. BUG=242121 TEST=none R=hashimoto@chromium.org Review URL: https://codereview.chromium.org/16068004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202365 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
This CL updates Chrome to return plugin NPP identifiers for NPAPI, PPAPI and browser plugins, and to make the necessary calls into Blink to support object ownership tracking. This CL requires Blink CL crrev.com/14989014, and is itself required by Blink CL crrev.com/14019005. BUG=152006 Review URL: https://chromiumcodereview.appspot.com/15007012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202364 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
This adds a task graph interface to the worker pool and implements a simple queue instance of this interface for use by the tile manager. The task graph interface can be used describe more complicated task dependencies in the future and provides the immediate benefit of seamlessly being able to cancel and re-prioritize tasks. BUG=178974 Review URL: https://chromiumcodereview.appspot.com/14689004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202363 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Forgot to rename the test class name. Along the way, fixed minor issues in comments. BUG=242121 TEST=none R=hashimoto@chromium.org Review URL: https://codereview.chromium.org/15768004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202358 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 May, 2013 11 commits
-
-
tfarina@chromium.org authored
BUG=235984 R=jamescook@chromium.org,sky@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/15419002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202355 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
This CL moves the omnibox dropdown by 2 pixels. When the bookmark bar is not pinned the dropdown is now below the toolbar. Previously the dropdown would overlap the toolbar. Screenshots with bookmark bar not pinned: before: http://i.imgur.com/62PBHS1.png after: http://i.imgur.com/3Y6HqGd.png Screenshots with bookmark bar pinned: before: http://i.imgur.com/snvuulZ.png after: http://i.imgur.com/jhI5LFm.png BUG=235507 Review URL: https://chromiumcodereview.appspot.com/14689007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202354 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
TBR=piman@chromium.org BUG=148477 Review URL: https://codereview.chromium.org/15758005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202351 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
TBR=oshima@chromium.org BUG=244105 Review URL: https://codereview.chromium.org/15662004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202350 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
BUG=244102 TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/16076002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202349 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
BUG=230195 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14860017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202348 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
> Better workaround for extension browser test problems on win debug bots > > Instead of trying to fake out gtest output and exiting, just return true > in RunExtensionSubTest. > > TBR=shess@chromium.org,mpcomplete@chromium.org > > BUG=177163 > > Review URL: https://chromiumcodereview.appspot.com/16058002 TBR=asargent@chromium.org Review URL: https://codereview.chromium.org/15934004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202347 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202345 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
> Fix AutofillDialogCocoaBrowserTest.DisplayUI. > > This re-lands a fixed version of r196005, which was reverted. > > BUG=234008 > TEST=AutofillDialogCocoaBrowserTest.DisplayUI works everywhere > > Review URL: https://chromiumcodereview.appspot.com/16025002 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/15962015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202343 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
> RulesRegistryWithCache::ProcessChangedRules speed-up > > Postpone rules->value conversion: > Currently the rules are converted to base::Value on the rules registry thread before ProcessChangedRules finishes, and then a task is posted to UI which will trigger writing that to a rule store on yet another thread. > This CL postpones the conversion to the task running on UI thread. > > This change cuts down the running time for AddRules to 75%, but of course this is cheating, since the work only gets done later. The point is, however, that network requests are not blocked until the rules are written. > > BUG=236368 > > Review URL: https://chromiumcodereview.appspot.com/14851011 TBR=vabr@chromium.org Review URL: https://codereview.chromium.org/15647003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202342 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
The code in webkit/gpu is needed everywhere the compositor is used, which means both renderer and browser processes. This is a bit of a bummer but hard to fix immediately since the compositor uses WebKit::WebGraphicsContext3D. webkit/gpu itself only depends on the context type (which is just a vtable) and a couple exported functions from WebString, so it's not the end of the world to have it linked into every process. This moves the code into webkit/common/ to make this clearer. R=piman, joth BUG=237267 Review URL: https://chromiumcodereview.appspot.com/16046003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202341 0039d316-1c4b-4281-b951-d872f2087c98
-