- 10 Dec, 2015 40 commits
-
-
mek authored
This reverts commit 772bb2e5. This CL still causes content_unittests failures. Please make sure they are fixed before relanding.... BUG=525142 NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true TBR=kulshin@chromium.org Review URL: https://codereview.chromium.org/1514183002 Cr-Commit-Position: refs/heads/master@{#364488}
-
xlai authored
This CL adds a static variable in ImageBuffer that keeps track of global GPU memory usage, as well as a member variable for GPU memory usage in current ImageBuffer. These are useful metrics for accelerated canvases. By doing local experiments on Linux desktops and Android One, I put a conservative estimate on the maximum limit that this static variable can take before the UI responses on chrome becomes laggy. The estimate is equivalent to the allocated memory for 80 accelerated 2d canvases with 1000*500 size; the estimate for Android is a quarter of that. The GPU memory usage should be updated when ImageBuffer is created, destroyed or switching from accelerated mode to non- accelerated mode or vice versa. Unit Test CanvasRendering- Context2DTest.GPUMemoryUpdateForAcceleratedCanvas added. BUG=548209 Review URL: https://codereview.chromium.org/1482363004 Cr-Commit-Position: refs/heads/master@{#364487}
-
wangxianzhu authored
Review URL: https://codereview.chromium.org/1512803004 Cr-Commit-Position: refs/heads/master@{#364486}
-
zmo authored
BUG=568740 TEST=blink mac10.8/win7 bots TBR=dglazkov@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1516953002 Cr-Commit-Position: refs/heads/master@{#364485}
-
christiank authored
BUG=434699 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/7d60ce9a132a88ead407a2a58c91edc431e68259 Cr-Commit-Position: refs/heads/master@{#364326} Review URL: https://codereview.chromium.org/1379783002 Cr-Commit-Position: refs/heads/master@{#364484}
-
mikecase authored
We use a hardcoded file to determine timeout scaling. Suppressing findbugs warning about using the hardcoded filename in the OnDeviceInstrumentationDriver class. BUG= TBR=nyquist@chromium.org Review URL: https://codereview.chromium.org/1510493013 Cr-Commit-Position: refs/heads/master@{#364483}
-
dtseng authored
This cl now makes a few more refinments: - explicitly sets the current range when significant tab events happen, but only if the tab (rootWebArea node) itself has focus. - checks to see that the aura view has focus before entering compat mode. TEST= 1. move to status tray (verify compat), press escape (verify classic) and that classic gets all key commands 2. open two tabs; switch between the two tabs and verify that classic commands still work. 3. switch to launcher (alt+shift+l); verify that compat commands work. Important because launcher sets only focused state (but not focusable state). 4. open a new window with multiple tabs and do the above steps. 5. open a new tab and verify you can type in the address bar and receive feedback. Important because this is an instance where we stay in compat but also receive a chrome.tabs event. The rootWebArea in thi caase has no focused state set. Review URL: https://codereview.chromium.org/1513933005 Cr-Commit-Position: refs/heads/master@{#364482}
-
maxbogue authored
Disabled via dashboard does not fall under CAN_START. BUG=555113 Review URL: https://codereview.chromium.org/1519593002 Cr-Commit-Position: refs/heads/master@{#364481}
-
jbroman authored
It has no uses (aside from its unit tests), and doesn't seem to have for several years. Review URL: https://codereview.chromium.org/1513833002 Cr-Commit-Position: refs/heads/master@{#364480}
-
lazyboy authored
Since the updated extension's SW doesn't call skipWaiting(), the old SW would control the updated extension page in the beginning. Once the extension page is closed, the new SW starts controlling subsequent pages. This follows the SW model: "the incumbent worker remains active until all pages controlled by it are closed." BUG=533065 Review URL: https://codereview.chromium.org/1510573003 Cr-Commit-Position: refs/heads/master@{#364479}
-
mmoroz authored
R=aizatsky@chromium.org, inferno@chromium.org, krasin@chromium.org BUG=566504 Review URL: https://codereview.chromium.org/1509163002 Cr-Commit-Position: refs/heads/master@{#364478}
-
prasadv authored
BUG=568661 Review URL: https://codereview.chromium.org/1509853007 Cr-Commit-Position: refs/heads/master@{#364477}
-
dgn authored
Some callbacks (from AsyncTasks, broadcasts reciever and other sources) are received on the Android UI thread but the code expects to run on the Chrome UI thread. BUG=568602 TBR=atwilson@chromium.org Review URL: https://codereview.chromium.org/1514903002 Cr-Commit-Position: refs/heads/master@{#364476}
-
dkrahn authored
The certificate format is now a PEM certificate chain. This code did not get updated and was still attempting to parse DER X.509. This change updates the code to parse PEM and auto-renewal of Enterprise Machine Certificates should work again. BUG=b:24618871 TEST=unit: now using fake expired certs in PEM format Review URL: https://codereview.chromium.org/1511793004 Cr-Commit-Position: refs/heads/master@{#364475}
-
maxbogue authored
GoogleAuthUtil has much better failure semantics, so this should clear up some of the runtime exceptions AccountManager.invalidateAuthToken() was producing. Since invalidateToken() now throws exceptions when things go wrong, this change isolates the network retry logic already existing in AccountManagerHelper and shares it between getToken and invalidateToken(). BUG=418809,535320 Review URL: https://codereview.chromium.org/1504283002 Cr-Commit-Position: refs/heads/master@{#364474}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/201efb5ae008..565901db954c $ git log 201efb5ae..565901db9 --date=short --no-merges --format='%ad %ae %s' 2015-12-10 scroggo Switch SkAutoMalloc to SkAutoTMalloc to avoid cast 2015-12-10 halcanary SkPixelSerializer: remove deprecated virtual 2015-12-10 joshualitt Move DistanceAdjustTable to its own file 2015-12-10 jvanverth Add Apple renderer strings to PowerVR detection 2015-12-10 halcanary SkDocument::setDCTEncoder() for old versions of webkit 2015-12-10 joshualitt Move appending of large glyphs into GrAtlasTextBlob 2015-12-10 scroggo Silence another PNG print statement CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=reed@google.com Review URL: https://codereview.chromium.org/1514153002 Cr-Commit-Position: refs/heads/master@{#364473}
-
slan authored
All device Chromecast builds should default to "cast" platform. Desktop builds will continue to use "headless" as default for now. BUG= Review URL: https://codereview.chromium.org/1519613002 Cr-Commit-Position: refs/heads/master@{#364472}
-
dtseng authored
Since the webstore release cannot (at the moment) be tied to any particular version of Chrome, something like this is necessary to prevent us from crashing. TEST=load into Chrome stable; verify we still come up talking. Review URL: https://codereview.chromium.org/1514483006 Cr-Commit-Position: refs/heads/master@{#364471}
-
Steven Bennetts authored
This CL: * Wraps each settings subpage with a dom-if * Adds a new SettingsPageVisibility behavior that allows tests to control page visibility. * NOTE: This changes the page load order (subpages are all loaded after the main pages and their dependencies). This has the side benefit of making Prefs more likely to load before the pages do. * Fixes an inconsistency with the naming of the OnStartup section NOTE: This does not impact i18n_template.js since that is loaded after <cr-settings> in settings.html, however if we enable a subpage after loading (e.g. in a test) then i18n_template.js will not be processed and would need to be run explicitly to include translations. BUG=560432 R=dbeam@chromium.org, michaelpg@chromium.org Review URL: https://codereview.chromium.org/1477773003 . Cr-Commit-Position: refs/heads/master@{#364470}
-
jdonnelly authored
We believe that sometimes offering upload and sometimes offering local save is a confusing user experience. If CVC or address isn't available this time it'll be available eventually. It only has to succeed once. The exception is if the upload details RPC fails. I'm still doing fallback here for the reasons explained in the comment there. BUG=535784 Review URL: https://codereview.chromium.org/1515903003 Cr-Commit-Position: refs/heads/master@{#364469}
-
lfg authored
BUG=419087 Review URL: https://codereview.chromium.org/1512103002 Cr-Commit-Position: refs/heads/master@{#364468}
-
kmackay authored
The AudioVideoPipelineDeviceTest was not stopping the monitor loop correctly. BUG= internal b/26133365 Review URL: https://codereview.chromium.org/1504923009 Cr-Commit-Position: refs/heads/master@{#364467}
-
tsepez authored
When the pdf_enable_xfa GYP_DEFINES flag is present, pass -DPDF_ENABLE_XFA during the build of pdf engine. If the XFA branch is present, the public XFA header will notice this flag, and define PDF_USE_XFA in response, which the engine tests to control its usage of XFA features. When chrome is built against master, PDF_USE_XFA is never defined, so this still works regardless of the setting of the GYP define. Review URL: https://codereview.chromium.org/1511443004 Cr-Commit-Position: refs/heads/master@{#364466}
-
maxbogue authored
The ref-counted dependencies being injected by SyncClient are now injected directly into the DTC's via the components factory. BUG=543199 TBR=sdefresne Review URL: https://codereview.chromium.org/1460723004 Cr-Commit-Position: refs/heads/master@{#364465}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/461aa3adc BUG=568678 TBR=zmo@chromium.org Review URL: https://codereview.chromium.org/1520633002 . Cr-Commit-Position: refs/heads/master@{#364464}
-
lushnikov authored
The patch implements WI.SASSSupport.diffModels method, which computes diff of two AST models. The current implementation doesn't handle rule diff, i.e. adding and removing rules, or modification of rule selectors. BUG=527993 R=pfeldman Review URL: https://codereview.chromium.org/1504923008 Cr-Commit-Position: refs/heads/master@{#364463}
-
blundell authored
This CL cleans the SyncBackendHostImpl unittest of //content and //chrome dependencies and moves it into its proper location next to the production code that it is testing. BUG=544975 Review URL: https://codereview.chromium.org/1516433004 Cr-Commit-Position: refs/heads/master@{#364462}
-
cmumford authored
Review URL: https://codereview.chromium.org/1512813003 Cr-Commit-Position: refs/heads/master@{#364461}
-
donnd authored
Add a simple JavaScript v8 wrapper for Contextual Search, that just defines chrome.contextualSearch.setCaption(String, Boolean); Adds a simple Contextual Search component with mojo communication to handle enabling of the v8 wrapper only on a renderer which is presented in the Contextual Search Overlay view. BUG=523554 Review URL: https://codereview.chromium.org/1385663002 Cr-Commit-Position: refs/heads/master@{#364460}
-
mdjones authored
This change removes the logic from the close button that disables the Reader Mode panel for a particular tab. Now refreshing the page will reshow the panel. BUG= Review URL: https://codereview.chromium.org/1514603004 Cr-Commit-Position: refs/heads/master@{#364459}
-
pfeldman authored
Review URL: https://codereview.chromium.org/1514523004 Cr-Commit-Position: refs/heads/master@{#364458}
-
amistry authored
BUG=564667 Review URL: https://codereview.chromium.org/1511753004 Cr-Commit-Position: refs/heads/master@{#364457}
-
khushalsagar authored
The recording was disabled in https://codereview.chromium.org/1464313007/ CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1511743004 Cr-Commit-Position: refs/heads/master@{#364456}
-
dmazzoni authored
Instead of requiring an expectations file for DumpAccessibilityTree tests, just skip tests without an expectations file on that platform. Make it easier to rebaseline expectations by automatically overwriting expectations of failing tests when the user passes a command-line switch to content_browsertests: --generate-accessibility-test-expectations This lets us delete a bunch of empty expectations files and more easily see at a glance which files are missing expectations for which tests. BUG=none Review URL: https://codereview.chromium.org/1505903002 Cr-Commit-Position: refs/heads/master@{#364455}
-
jchinlee authored
This sets the default for minidump upload to being disabled from command line flag (if enabled, then depends on user and network preferences). Also, separates out the case of command line disabled uploads, such that the associated minidumps are not uploaded, and also not deleted. BUG=538340 Review URL: https://codereview.chromium.org/1461883003 Cr-Commit-Position: refs/heads/master@{#364454}
-
thestig authored
Review URL: https://codereview.chromium.org/1517623002 Cr-Commit-Position: refs/heads/master@{#364453}
-
nyquist authored
As part of serializing cc::LayerTreeHost, we also need to serialize the cc::LayerTreeSettings. BUG=561210 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1504273002 Cr-Commit-Position: refs/heads/master@{#364452}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f45287d1..3b13f76f Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1512353002 Cr-Commit-Position: refs/heads/master@{#364451}
-
mek authored
Revert of mash: Add a couple of apptests for AcceleratorRegistrar. (patchset #2 id:20001 of https://codereview.chromium.org/1510713002/ ) Reason for revert: AcceleratorRegistrarTest.AcceleratorsRemovedOnHandlerDestroy is flaky on both trybots and the main waterfall (see https://build.chromium.org/p/chromium.linux/builders/Linux%20Tests/builds/35418 for one random example where it failed). BUG=568634 Original issue's description: > mash: Add a couple of apptests for AcceleratorRegistrar. > > . Test that different AcceleratorRegistrars get different namespaces, and so can > install accelerators with the same id. > . Test that differentl registrars do not allow registering accelerators with the > same event matcher. > . Test that destroying an AcceleratorHandler removes associated accelerators. > > BUG=548363 > > Committed: https://crrev.com/8aac81dc92c8eaaec476b0c6c5ccf3e114590b68 > Cr-Commit-Position: refs/heads/master@{#363719} TBR=ben@chromium.org,sadrul@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=548363 Review URL: https://codereview.chromium.org/1516013002 Cr-Commit-Position: refs/heads/master@{#364450}
-
bnc authored
BUG=568386 Review URL: https://codereview.chromium.org/1514133002 Cr-Commit-Position: refs/heads/master@{#364449}
-