- 19 Jul, 2014 40 commits
-
-
ajith.v@samsung.com authored
Review URL: https://codereview.chromium.org/381593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284334 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284333 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178510:178514&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/401133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284332 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
BUG=389314 Review URL: https://codereview.chromium.org/353043005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284331 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
and Use ExtensionTestBrowserContext for ImageLoader unittest. ExtensionsTestBrowserContext class does set TestExtensionsBrowserClient from constructor and call DestroyBrowserContextServices from destructor. ExtensionTestBrowserContext will be used instead of TestingProfile. R=yoz@chromium.org, rdevlin@chromium.org BUG=354046 TEST=unit_tests --gtest_filter=ImageLoaderTest.DeleteExtensionWhileWaitingForCache Review URL: https://codereview.chromium.org/355223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284330 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@chromium.org authored
The cl defines a new job type for UPDATE_JOB and modifies the ServiceWorkerRegisterJob class to be able to perform this type of job in addition to the REGISTRATION_JOB. There is much in common between the two. An update job is scheduled to run shortly after a page is loaded thru a service worker. The job checks for a new script resource and if found, goes thru the process of installing the new service worker and possibly activating it. Generally, activation has to be deferred until the page that was loaded closes. The update job sets up a deferred activation helper for that case prior to completing w/o having performed the activation. BUG=371671 TEST=unittests Review URL: https://codereview.chromium.org/380093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284329 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284328 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178495:178509&mode=html TBR=abarth@chromium.org,johnme@chromium.org BUG= Review URL: https://codereview.chromium.org/400673004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284327 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284326 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
wm::WMState isn't available or required on Mac. This guards the wm::WMState in ChromeBrowserMainExtraPartsViews with an #if defined(USE_AURA). BUG=390755 Review URL: https://codereview.chromium.org/400543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284325 0039d316-1c4b-4281-b951-d872f2087c98
-
dominik.rottsches@intel.com authored
Windows build fix cherry-picked. BUG=394484 R=eae,bashi,behdad Review URL: https://codereview.chromium.org/396393005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284324 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
> Allow EmbedRoot to be called multiple times. > > Subsequent calls to EmbedRoot are now delegated to the window manager. This allows an application that was not created via the embed flow to obtain a connection to the view manager by asking the view manager init service to embed it somewhere. The init service just forwards this to the window manager. This is effectively like asking the window manager to create a toplevel window. > > R=sky@chromium.org > BUG=none > > Review URL: https://codereview.chromium.org/403083002 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/405803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284323 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Subsequent calls to EmbedRoot are now delegated to the window manager. This allows an application that was not created via the embed flow to obtain a connection to the view manager by asking the view manager init service to embed it somewhere. The init service just forwards this to the window manager. This is effectively like asking the window manager to create a toplevel window. R=sky@chromium.org BUG=none Review URL: https://codereview.chromium.org/403083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284322 0039d316-1c4b-4281-b951-d872f2087c98
-
reillyg@chromium.org authored
Windows doesn't give us fine grained notifications for device add and remove so we must do a complete enumeration every time. This patch figures out which devices are no longer present in the enumeration and calls HidService::RemoveDevice. BUG=395272 R=rockot@chromium.org Review URL: https://codereview.chromium.org/399313008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284321 0039d316-1c4b-4281-b951-d872f2087c98
-
sgurun@chromium.org authored
BUG=393291 Add a content API for postMessage so webview can utilize this API for posting messages to JS. Review URL: https://codereview.chromium.org/332693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284320 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
This changelist was generated automatically by: sed -i 's/\<uint8>\>/s BUG=394944 Review URL: https://codereview.chromium.org/404733005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284319 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
Minor change to the Fence API that allows GLRenderer to not issue sync queries unless some resource that depend on them was used to produce a frame. Also includes some minor renaming cleanup related to usage of Fences in ResourceProvider code. BUG= Review URL: https://codereview.chromium.org/398543004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284318 0039d316-1c4b-4281-b951-d872f2087c98
-
alekseys@chromium.org authored
BUG=394496 Review URL: https://codereview.chromium.org/399973004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284317 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
BUG=394901 TBR=danakj@chromium.org,brianderson@chromium.org,mithro@mithis.com This makes the framerate erratic and YouTube janky. > Removing base::TimeTicks argument to DrawLayers as it isn't really used. > > R=skyostil,brianderson > BUG=346230 > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282456 Review URL: https://codereview.chromium.org/401923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284316 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284315 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Breaks out one of the most complex media/ targets into its own BUILD.gn file for improved readibility and targetting. BUG=none TEST=media_unittests Review URL: https://codereview.chromium.org/396793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284314 0039d316-1c4b-4281-b951-d872f2087c98
-
cmumford@chromium.org authored
This change writes (flushes) compacted data to disk resulting in changes, which would previously only be flushed the next db close/open cycle, to be written immediately. BUG=329347 Review URL: https://codereview.chromium.org/397323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284313 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=349436 Review URL: https://codereview.chromium.org/387003008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284312 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
This patch is the second part of ensuring that recycle tree does not contain any unshared tiles. This is done by removing recycle tree tilings when active tree removes those tilings. BUG=393802 R=danakj Review URL: https://codereview.chromium.org/400633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284311 0039d316-1c4b-4281-b951-d872f2087c98
-
bolian@chromium.org authored
BUG=393360 Review URL: https://codereview.chromium.org/397483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284310 0039d316-1c4b-4281-b951-d872f2087c98
-
yusufo@chromium.org authored
BUG=389697 Review URL: https://codereview.chromium.org/405623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284309 0039d316-1c4b-4281-b951-d872f2087c98
-
nick@chromium.org authored
(these tests changed names when they went from TEST_P to TEST_F in r283700). Fix spelling error in three test names. Eliminate memory error suppressions that were put in as fixes: * Revert "[MemSheriff] Suppress unreadable mem access" * This reverts commit a9226086. * (aka svn r283943) * Revert "[MemSheriff] Disable failing tests" * This reverts commit 565a8552. * (aka svn r284133) BUG=394957,395172,389132,389098 Review URL: https://codereview.chromium.org/401073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284308 0039d316-1c4b-4281-b951-d872f2087c98
-
gcasto@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/402993004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284307 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
. There is only X11 implementation of IsTouchpadEvent(), and it is used by DeviceUMA. But DeviceUMA also talks to DeviceDataManagerX11. So remove ui::IsTouchpadEvent(), and directly query DDMX11 whether the event is a touchpad event. . Remove SetNaturalScroll() and IsNaturalScrollEnabled() since nothing uses these anymore (and there are no implementations of these either). BUG=none R=derat@chromium.org Review URL: https://codereview.chromium.org/405683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284306 0039d316-1c4b-4281-b951-d872f2087c98
-
egilmore@chromium.org authored
Review URL: https://codereview.chromium.org/401713004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284305 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=160586 Review URL: https://codereview.chromium.org/390233003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284304 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=382931 TBR=mark@chromium.org Review URL: https://codereview.chromium.org/399643008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284303 0039d316-1c4b-4281-b951-d872f2087c98
-
vivek.vg@samsung.com authored
[Chromium] XMLTreeViewer should load resources from blink_resources.grd instead of relying upon xxd.py This is chromium side changes required for moving XMLViewer resources in grd file here [1] [1] https://codereview.chromium.org/391963002/ BUG=312586 Review URL: https://codereview.chromium.org/395833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284302 0039d316-1c4b-4281-b951-d872f2087c98
-
kcarattini@chromium.org authored
Moves hotwording checkbox to new 'Voice' section. BUG=390086 Review URL: https://codereview.chromium.org/382123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284301 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284298 0039d316-1c4b-4281-b951-d872f2087c98
-
ckocagil@chromium.org authored
BUG=321868 Review URL: https://codereview.chromium.org/331713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284297 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
The old method of using a timer to set the closeHandler was messy and harder to unit-test. The new method uses stopPropagation, which is cleaner and makes the unit-tests simpler. Review URL: https://codereview.chromium.org/401623004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284295 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284294 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178454:178494&mode=html TBR=abarth@chromium.org,johnme@chromium.org BUG= Review URL: https://codereview.chromium.org/405433012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284293 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelpg@chromium.org authored
On the Settings page, when you change a slider (input type="range") by touch, we don't save the associated preference. Listen to touchend and touchcancel, and add a test for this. BUG=394938 R=estade@chromium.org Review URL: https://codereview.chromium.org/400993003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284292 0039d316-1c4b-4281-b951-d872f2087c98
-