- 16 Oct, 2014 40 commits
-
-
owenlin authored
The rendering for the first few frames is much slower (As much as 100ms on Peach Pit). To get stable/correct numbers in performance tests, we try to warm it up by rendering several frames in the beginning. BUG=411123 TEST=Run the vda_unittest on Peach pit. Review URL: https://codereview.chromium.org/583503002 Cr-Commit-Position: refs/heads/master@{#299861}
-
dcheng authored
BUG=363099,371084 Review URL: https://codereview.chromium.org/656223002 Cr-Commit-Position: refs/heads/master@{#299860}
-
amistry authored
BUG=397019 Review URL: https://codereview.chromium.org/631913004 Cr-Commit-Position: refs/heads/master@{#299859}
-
thestig authored
BUG=424056 NOTRY=true TBR=earthdok@chromium.org Review URL: https://codereview.chromium.org/652023003 Cr-Commit-Position: refs/heads/master@{#299858}
-
viettrungluu authored
R=rsleevi@chromium.org BUG=423134 Review URL: https://codereview.chromium.org/662553002 Cr-Commit-Position: refs/heads/master@{#299857}
-
viettrungluu authored
R=thestig@chromium.org BUG=423134 Review URL: https://codereview.chromium.org/641363003 Cr-Commit-Position: refs/heads/master@{#299856}
-
mukai authored
Needs for component builds. BUG=None R=nkostylev@chromium.org TEST=manually Review URL: https://codereview.chromium.org/646773003 Cr-Commit-Position: refs/heads/master@{#299855}
-
Jian Li authored
We need to start GCMChannelStatusSyncer when GCM is disabled in order to poll the server to find out when it is reenabled. Also if server returns empty response, we should not treat it as error and trigger the backoff logic. BUG=423415 TEST=new tests added Committed: https://crrev.com/9e9dd3b7798b3500d70941af04b1325ef9a0b544 Cr-Commit-Position: refs/heads/master@{#299518} R=fgorski@chromium.org Review URL: https://codereview.chromium.org/653843003 Cr-Commit-Position: refs/heads/master@{#299854}
-
paulirish authored
Patch authored by: Thomas Boyt http://www.thomasboyt.com/2014/10/06/chrome-message-workaround.html BUG= Review URL: https://codereview.chromium.org/632793002 Cr-Commit-Position: refs/heads/master@{#299853}
-
falken authored
When AllowServiceWorker is false, don't let a worker control a new page. Existing controllees remain controlled until their tab closes. BUG=419282 Review URL: https://codereview.chromium.org/637243003 Cr-Commit-Position: refs/heads/master@{#299852}
-
qyearsley authored
Originally, Simon made SourceControl a class becaused we expected to add a SvnSourceControl subclass which implemented the same methods in different ways. However, after the git transition we're fairly sure that we don't want to do this. So, all of the functions in the SourceControl class can be made top-level functions that don't need a "self" argument. This way, there's no need to pass around a bogus SourceControl object; the functions can be called directly. I also added tests for some methods that seemed relatively testable. PTAL and give suggestions :-) BUG= Review URL: https://codereview.chromium.org/650223005 Cr-Commit-Position: refs/heads/master@{#299851}
-
viettrungluu authored
R=avi@chromium.org BUG=423134 Review URL: https://codereview.chromium.org/654403002 Cr-Commit-Position: refs/heads/master@{#299850}
-
jitendra.ks authored
PasswordManager::RegisterLocalPrefs(PrefRegistrySimple*) is declared in components/password_manager/core/browser/password_manager.h, but only defined in chrome/browser/password_manager/password_manager_util_win.cc. That's confusing, all of PasswordManager should be defined in components/password_manager/core/browser/password_manager.cc. This patch move the definition of RegisterLocalPrefs(PrefRegistrySimple*) from password_manager_util_win.cc to password_manager.cc. BUG=361529 Review URL: https://codereview.chromium.org/650423004 Cr-Commit-Position: refs/heads/master@{#299849}
-
arun87.kumar authored
Extraction of the filename from a URL handles the parameters differently now by returning the string after the last slash till its following semicolon as FileName. BUG=323156 Review URL: https://codereview.chromium.org/560283003 Cr-Commit-Position: refs/heads/master@{#299848}
-
hirono authored
The property of FileChooserFileInfo#file_system_url is newly added for handling non-native files in Chrome OS. BUG=126902 TEST=None Review URL: https://codereview.chromium.org/655153002 Cr-Commit-Position: refs/heads/master@{#299847}
-
jam authored
Revert of Intorduce PowerButtonObserver API (patchset #3 id:80001 of https://codereview.chromium.org/654343002/) Reason for revert: This is breaking the main waterfall : http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20(1) It appears that athena_unittests got added to the waterfall and not trybots. Please fix that before relanding this. Original issue's description: > Intorduce PowerButtonObserver API > > renamed existing PowerButtonController to ShutdownDialog > > BUG=None > TEST=covered by unit tests > > Committed: https://crrev.com/0d921cdf45872ebff6c22da6a21c12d44054a860 > Cr-Commit-Position: refs/heads/master@{#299821} TBR=mukai@chromium.org,oshima@chromium.org NOTREECHECKS=true NOTRY=true BUG=None Review URL: https://codereview.chromium.org/659923002 Cr-Commit-Position: refs/heads/master@{#299846}
-
dmazzoni authored
A better fix will be needed for cross-process iframes support, but for now this is safe and solves the bug. BUG=423846 Review URL: https://codereview.chromium.org/643893003 Cr-Commit-Position: refs/heads/master@{#299845}
-
John Abd-El-Malek authored
See http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/31795 http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/31798 http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/31799 http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/31800 http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/31801 BUG=85276 TBR=estade@chromium.org Review URL: https://codereview.chromium.org/660713002 Cr-Commit-Position: refs/heads/master@{#299844}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/498bc5f..de258cd CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=rmistry@google.com Review URL: https://codereview.chromium.org/659913002 Cr-Commit-Position: refs/heads/master@{#299843}
-
falken authored
Now Service Worker registrations and data get deleted as per SpecialStoragePolicy. BUG=419280 Review URL: https://codereview.chromium.org/633873002 Cr-Commit-Position: refs/heads/master@{#299842}
-
isherman authored
As a result, stop using the private class BluetoothDeviceChromeOS from outside of the //device/bluetooth component. BUG=423114 TEST=compiles R=armansito@chromium.org Review URL: https://codereview.chromium.org/652403002 Cr-Commit-Position: refs/heads/master@{#299841}
-
gajendra.n authored
In "Import bookmarks and settings" overlay, 'Import' button is disabled when no checkboxes are checked. But for 'Safari' only 2 checkboxes are shown; when other checkboxes are checked in background(not shown), it causes the button to always be enabled regardless of visible checkboxes checked or unchecked. This CL checks if a checkbox is both shown and checked, to enable the button. BUG=275265 R=dbeam@chromium.org TEST= 1.Launch chrome ,go to settings and click on 'Import bookmarks and settings' button under 'Users' section. 2.Select 'Safari' and Uncheck 'Browsing history' and 'Favorites/Bookmarks' option . 3.Observe the 'Import' button. The 'Import' button should be disabled. Review URL: https://codereview.chromium.org/636933002 Cr-Commit-Position: refs/heads/master@{#299840}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/af11f94..c8ee2ce TBR=cbiesinger@chromium.org,dstockwell@chromium.org Review URL: https://codereview.chromium.org/657283002 Cr-Commit-Position: refs/heads/master@{#299839}
-
erikchen authored
Prior to my major fullscreen refactor, Presentation Mode and Canonical Fullscreen had significant implementation differences. As a result, fullscreen_controller treated the two modes very differently. If a user tried to enter tab fullscreen after entering browser fullscreen (Presentation Mode), enterImmersiveFullscreen: would not be invoked. If a user tried to do the same after Canonical Fullscreen, enterImmersiveFullscreen: would be invoked. After my major fullscreen refactor, Presentation Mode and Canonical Fullscreen are almost identical. However, I failed to update the logic in fullscreen_controller, which still treated the two modes differently. This CL updates the logic in fullscreen_controller to treat both modes like Presentation Mode. If a user tries to enter tab fullscreen after entering browser fullscreen, enterImmersiveFullscreen: is not invoked. BUG=422191 Review URL: https://codereview.chromium.org/652983005 Cr-Commit-Position: refs/heads/master@{#299838}
-
viettrungluu authored
R=thestig@chromium.org BUG=423134 Review URL: https://codereview.chromium.org/655413002 Cr-Commit-Position: refs/heads/master@{#299837}
-
shreeram.k authored
BUG=265619 Review URL: https://codereview.chromium.org/658713003 Cr-Commit-Position: refs/heads/master@{#299836}
-
viettrungluu authored
R=thestig@chromium.org BUG=423134 Review URL: https://codereview.chromium.org/656033009 Cr-Commit-Position: refs/heads/master@{#299835}
-
viettrungluu authored
R=brettw@chromium.org BUG=423134 Review URL: https://codereview.chromium.org/654303003 Cr-Commit-Position: refs/heads/master@{#299834}
-
John Abd-El-Malek authored
BUG=424027 TBR=dtu@chromium.org Review URL: https://codereview.chromium.org/643763005 Cr-Commit-Position: refs/heads/master@{#299833}
-
jbauman authored
Using WS_EX_NOPARENTNOTIFY seems to resolve the deadlock and allows WGL to work. BUG=273220 Review URL: https://codereview.chromium.org/653883004 Cr-Commit-Position: refs/heads/master@{#299832}
-
jbauman authored
The browser compositor in content/ currently expects to be able to do copy output requests of arbitrary layers. The surface aggregator should allow ever render pass to contain copy requests, and move them to the aggregated frame. BUG=397730 Review URL: https://codereview.chromium.org/614073005 Cr-Commit-Position: refs/heads/master@{#299831}
-
kn.darshini authored
BUG=None Review URL: https://codereview.chromium.org/651853002 Cr-Commit-Position: refs/heads/master@{#299830}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/ae6d622..498bc5f CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=rmistry@google.com Review URL: https://codereview.chromium.org/661593003 Cr-Commit-Position: refs/heads/master@{#299829}
-
dcheng authored
Revert of Remove raw handles from base::win::RegKey (patchset #6 id:330001 of https://codereview.chromium.org/632833002/) Reason for revert: Causing base_unittests failures on XP Tests (1) Original issue's description: > Remove raw handles from base::win::RegKey > > BUG=419210, 423634 > R=cpu@chromium.org, eroman@chromium.org, sky@chromium.org > > Committed: https://crrev.com/1aa0fa75b65f403e08ae0f3f2fcb053c02cd9ef2 > Cr-Commit-Position: refs/heads/master@{#299737} TBR=cpu@chromium.org,eroman@chromium.org,jam@chromium.org,rvargas@chromium.org NOTREECHECKS=true NOTRY=true BUG=419210, 423634 Review URL: https://codereview.chromium.org/652903005 Cr-Commit-Position: refs/heads/master@{#299828}
-
lambroslambrou authored
s/getActionBar/getSupportActionBar in Desktop.java which uses ActionBarActivity from the support library. BUG=423875 Review URL: https://codereview.chromium.org/655243004 Cr-Commit-Position: refs/heads/master@{#299827}
-
felt authored
BUG=423990 R=kalman@chromium.org Review URL: https://codereview.chromium.org/661663002 Cr-Commit-Position: refs/heads/master@{#299826}
-
ananta authored
The ScaleImageSkiaRep function which attempts to scale the image to the desired scale should not do anything if the image is already scaled to the required scale. The FindRepresentation function in ImageSkiaStorage has support for returning images scaled to the desired scale. This fixes an annoying DCHECK firing on Windows boxes with display scales like 125%, 150%, etc. BUG=NONE Review URL: https://codereview.chromium.org/657203002 Cr-Commit-Position: refs/heads/master@{#299825}
-
boliu authored
If BrowserViewRenderer already has hardware acceleration enabled, then fallback tick can produce a real instead of a wasted 1x1 software frame. And to avoid the bug, we can force this frame through the pipeline ignoring stalls. BUG=424002 Review URL: https://codereview.chromium.org/659743002 Cr-Commit-Position: refs/heads/master@{#299824}
-
aurimas authored
Fix indentation issue to allow enabling Checkstyle indentation rule. BUG=318404 Review URL: https://codereview.chromium.org/654293002 Cr-Commit-Position: refs/heads/master@{#299823}
-
avi authored
This might-maybe-hope-not crash, and so has debugging statements. BUG=407376 TEST=no crashing, we hope Review URL: https://codereview.chromium.org/657233002 Cr-Commit-Position: refs/heads/master@{#299822}
-