- 10 Jan, 2014 27 commits
-
-
cmumford@chromium.org authored
We are trying to deprecate the page_cycler.indexeddb performance test. One of the things done by that test and not indexeddb_perf is the measurement of V8 memory statistics. This change brings V8 stats into indexeddb_perf - but only a subset of the full measurements. Opted for a smaller subset as the full set has too much unrelated stuff, and we really want to catch things like unreleased objects, etc. Review URL: https://codereview.chromium.org/123553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244054 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This copies the necessary fonts and add the necessary dependencies to get rid of blink_test_runner.gyp dep. BUG=331303 R=jochen@chromium.org Review URL: https://codereview.chromium.org/120683005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244052 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
Review URL: https://codereview.chromium.org/119963005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244051 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This is part 1 of implemeting phantom windows for the window controls when using --ash-enable-alternate-caption-button Other notable changes: - Switched to using layer animations instead of gfx::SlideAnimation - Renamed PhantomWindowController::phantom_widget_ and PhantomWindowController::phantom_widget_start_ to PhantomWindowController::phantom_widget_in_target_root_ and PhantomWindowController::phantom_widget_in_start_root_ respectively. - Removed PhantomWindowController::Hide(). Hiding the phantom window can now only be done via destroying the PhantomWindowController BUG=328930 TEST=PhantomWindowControllerTest.* Review URL: https://codereview.chromium.org/101773004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244050 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Otherwise CQ will complain with: ** Presubmit ERRORS ** Missing LGTM from an OWNER for these files: BUILD.gn R=brettw@chromium.org, darin@chromium.org TBR=darin NOTRY=true Review URL: https://codereview.chromium.org/132893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244049 0039d316-1c4b-4281-b951-d872f2087c98
-
epenner@chromium.org authored
We can now get the real screen resolution which makes choosing tile size easier. This also uses 384 for FHD resolutions (uses less CPU on GPU/CC threads) and adjusts the tile size some certain screen resolutions just barely straddle an extra tile. BUG=329439 Review URL: https://codereview.chromium.org/119763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244048 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@google.com authored
R=sammc@chromium.org Review URL: https://codereview.chromium.org/133083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244047 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
BUG=327046 Review URL: https://codereview.chromium.org/116363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244046 0039d316-1c4b-4281-b951-d872f2087c98
-
jaredshumway94@gmail.com authored
The sandwichbar sample extension now works on google.com. Confirmed that the pageAction example, page_action_by_content, also works. BUG=110213 Review URL: https://codereview.chromium.org/115873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244045 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
the content area. Also fixes a bug where the account reconcilor would run concurrent MergeSessions on startup if there are multiple accounts connected to the profile. This led to a race condition that could mess up the gaia cookie. Added more tests to GoogleAutoLoginHelper. BUG=315269 Review URL: https://codereview.chromium.org/110373007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244044 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Rather than special case when the scrolling layer should default to the root layer upon an ignored ScrollBegin, always set it to the root layer. This avoids platform differences and eliminates corner case logic for setting the currently scrolling layer. BUG=299126 Review URL: https://codereview.chromium.org/105393003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244043 0039d316-1c4b-4281-b951-d872f2087c98
-
posciak@chromium.org authored
See https://codereview.chromium.org/119153002/. TBR=fischman@chromium.org TEST=None BUG=None Review URL: https://codereview.chromium.org/132183005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244042 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
Assigning the first NaCl module to load to port 4014, allowing other to be dynamic, using a code path currently used for testing. Expose the port used by each module in the Task Manager UI to make it available to users debugging NaCl modules. Follow on changes will add extension api fields to make debuggable modules discoverable to a web based debugger. NOTE: The debug stub port on windows is opened at a different layer (inside nacl, only availabled with --disable-sandbox). This will be exposed in a follow on change. Reviewers: yoshiki@chromium.org (for task_manager) pkasting@chromium.org (for browser/ui) brettw@chromium.org (for content) noelallen@chromium.org (for nacl) BUG=328714 TEST=trybots R=yoshiki@chromium.org,pkasting@chromium.org,brettw@chromium.org,noelallen@chromium.org Review URL: https://codereview.chromium.org/102073008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244041 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
This test fails on devices with non 100P scaling. BUG=298406 TEST=ui_unittests TBR=rohitrao NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/132023006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244040 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@google.com authored
> Enable SDCH support over HTTPS if --enable-sdch=2 switch is present. > > BUG=313716 > > Review URL: https://codereview.chromium.org/123383002 TBR=mef@chromium.org Review URL: https://codereview.chromium.org/130893005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244038 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/130893004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244036 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@google.com authored
> Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds() on host() > > R=sky@chromium.org > http://crbug.com/308846 > > Review URL: https://codereview.chromium.org/128753002 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/133003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244033 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=324982 TEST=non Review URL: https://codereview.chromium.org/132293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244031 0039d316-1c4b-4281-b951-d872f2087c98
-
dsodman@chromium.org authored
Add support to gracefully handle the case of a modeset failing by trying the next lower resolution BUG=309720 TEST=Test with external HDMI monitor and Display Settings R=oshima@chromium.org, marcheu@chromium.org Signed-off-by:
David Sodman <dsodman@chromium.org> Review URL: https://codereview.chromium.org/120223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244030 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
- generateKeyRequest() -> initializeNewSession() - close() -> release() This change is made to match the latest EME spec. The deprecated methods will be dropped after Blink is updated. The Blink side change is at: https://codereview.chromium.org/111043004/ BUG=224786 Review URL: https://codereview.chromium.org/101693009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244029 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
This should enable the creation of a separate PrivetDeviceResolver class, which should be useful. BUG=332182 Review URL: https://codereview.chromium.org/107293012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244028 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
The IndexTable controls what entries are stored in the cache. This class provides a memory-only view of the underlying structures that store "the index" BUG=241277 TEST=net_unittests Review URL: https://codereview.chromium.org/53313004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244027 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@google.com authored
> Use a Finch Experiment to control the Browser Blacklist > > Also increase the states stored in the register to prevent > the setup code from running multiple times per version if > it fails to start one time. > > BUG=329023 > > Review URL: https://codereview.chromium.org/120963002 TBR=csharp@chromium.org Review URL: https://codereview.chromium.org/132043005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244026 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
These methods were added to the GLHelper recently, so we don't need them in both places. They're actually just used by deprecated code we'll remove very soon, but this removes them from the API. R=piman@chromium.org BUG=332998 Review URL: https://codereview.chromium.org/132473004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244025 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/132353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244024 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
Patch Set 1 and 2 are import of the original CL: https://codereview.chromium.org/82033002/ BUG=245126 Review URL: https://codereview.chromium.org/117603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244023 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
This also fixes an issue where the java side would be deleted when calling launchShell, but the native counter part was not being cleaned up. BUG=330902 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/117403003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244022 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Jan, 2014 13 commits
-
-
oshima@chromium.org authored
> Fix AdjustBoundsToEnsureWindowVisibility to work with non primary display bounds > This was asssuming that the visibile area has 0,0 origin. > > Move the code to ensure minimum visibility when added, from > WorkspaceLayoutManager to DragWindowResizer. > > BUG=none > TEST=WindowUtilTest.AdjustBoundsToEnsureWindowVisibility. > This also fixes the test that was failing. > TBR=oshima@chromium.org > > Review URL: https://codereview.chromium.org/106303005 TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/131543006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244021 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@google.com authored
> Target touches to the correct display. > > ui::TouchEvents now know the id of their source device. > > The target of a touch can't be effected by a touch on another display. > > BUG=315651 > TEST=GestureRecognizerTest.GestureEventTouchLockIgnoresOtherScreens > > Review URL: https://codereview.chromium.org/103173004 TBR=tdresser@chromium.org Review URL: https://codereview.chromium.org/132363004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244020 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@google.com authored
BUG=330461 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244019 0039d316-1c4b-4281-b951-d872f2087c98
-
alecflett@chromium.org authored
The JobQueue wasn't deleting the jobs after they finished. TBR=kinuko@chromium.org BUG= Review URL: https://codereview.chromium.org/132823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244016 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
It should ignore the src/ directory. BUG=332664 TEST=None TBR=thakis@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244015 0039d316-1c4b-4281-b951-d872f2087c98
-
aberent@chromium.org authored
1. Fix error in check for runnable pages in session_restore_with_url 2. Add page sets to google storage. Also had to change the page set, because when I tried to use the latest version of news.bbc.co.uk on mobile it was asking if I wanted to install the mobile app. BUG= Review URL: https://codereview.chromium.org/132593003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244014 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
* Create ExtensionSystem and register its dependencies from the ExtensionsBrowserClient interface. * Create and tear down BrowserContextKeyedServices using the dependency manager like you're supposed to do it. * Don't register AppLoaderServiceFactory - we don't use it anymore. * Remove the "custom instance" code to ExtensionSystem::Get() - it was kind of hacky. BUG=none TEST=Launch app_shell then close the window. No crash. Review URL: https://codereview.chromium.org/118043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244013 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244012 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/132363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244011 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@google.com authored
> Docserver: Support markdown for HTML content. > > R=kalman@chromium.org > BUG=293681 > > Review URL: https://codereview.chromium.org/93743005 TBR=hukun@chromium.org Review URL: https://codereview.chromium.org/132753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244010 0039d316-1c4b-4281-b951-d872f2087c98
-
penghuang@chromium.org authored
This API follows the design at https://docs.google.com/a/google.com/document/d/1rlwmFhf7VCX8mfrBok8wqXNgvr_ERhL2k6Fqha-pgIo/edit?disco=AAAAAHos8Y8# c++ interface will be implemented in a separate CL. It defines new objects for the consumption of media audio tracks based on the private VideoSource/VideoDestination classes. BUG=330851 Review URL: https://codereview.chromium.org/126373003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244009 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
The previous cl was reverted due to a missing edit to a new file introduced right before my commit. BUG=325813 TBR=komatsu@chromium.org TEST=build passes Review URL: https://codereview.chromium.org/132453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244007 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
R=benwells@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/128263007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244006 0039d316-1c4b-4281-b951-d872f2087c98
-