- 25 Feb, 2015 40 commits
-
-
boliu authored
Avoid optimization of using glTexImage2D over glTexSubImage2D when there are EGLImages attached to the texture, as glTexImage2D will orphan the EGLImage. Orphaning and reattachment is probably more expensive than the win of using glTexImage2D over glTexSubImage2D. BUG=460344 Review URL: https://codereview.chromium.org/954053002 Cr-Commit-Position: refs/heads/master@{#318141}
-
noms authored
If we don't do this, then we have a race condition between unloading this extension, and trying to use it because we have manually navigated to it. BUG=460431 Review URL: https://codereview.chromium.org/961443003 Cr-Commit-Position: refs/heads/master@{#318140}
-
estade authored
BUG=461537 Review URL: https://codereview.chromium.org/955443004 Cr-Commit-Position: refs/heads/master@{#318139}
-
enne authored
The render surface calculation wasn't taking into account animated filters. These are animations which will eventually set a filter, but the filters on the layer are empty at render surface calculation time. This is just a missed case in render surface calculation, as it used to be handled naturally on the compositor thread after the filter got added. R=vollick@chromium.org BUG=461180 Review URL: https://codereview.chromium.org/957703004 Cr-Commit-Position: refs/heads/master@{#318138}
-
joedow authored
driver along with unit tests. In this change, the test driver can now call GAIA and retrieve an access and refresh token given an authorization code. It can then store the refresh token locally and retrieve it on subsequent tool runs. BUG= Review URL: https://codereview.chromium.org/880273006 Cr-Commit-Position: refs/heads/master@{#318137}
-
gunsch authored
On Android, CastService::Start is never called (!). This is because Android uses a Java-based UI message loop after BrowserMainRunner::Initialize is completed, and BrowserMainRunner:Run is never called (nor should it be). See ChromeBrowserMainParts for similar handling of the Android case. R=lcwu@chromium.org,byungchul@chromium.org BUG=internal b/18934906 Review URL: https://codereview.chromium.org/953283002 Cr-Commit-Position: refs/heads/master@{#318136}
-
danakj authored
This moves software fallback decisions to GpuProcessTransportFactory from the ui::Compositor, where it was already making decisions like "can I fallback to software compositing on this OS". Now it will not return an OutputSurface to ui::Compositor until it has successfully bound/initialized one. R=jbauman, piman@chromium.org BUG=461396 Review URL: https://codereview.chromium.org/953803005 Cr-Commit-Position: refs/heads/master@{#318135}
-
jrw authored
BUG= Review URL: https://codereview.chromium.org/937593002 Cr-Commit-Position: refs/heads/master@{#318134}
-
mlerman authored
BUG=436834 TEST=In guest mode (across browsers), Bookmarks doesn't show in the wrench menu. Review URL: https://codereview.chromium.org/953723003 Cr-Commit-Position: refs/heads/master@{#318133}
-
jlklein authored
Boolean binding is strange and in this case, we didn't actually want question marks in the bindings for the paper-checkbox's attributes. This makes everything work properly. R=michaelpg BUG= Review URL: https://codereview.chromium.org/948283004 Cr-Commit-Position: refs/heads/master@{#318132}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/9b9eaa4..bacacfe TBR=arv@chromium.org,timvolodine@chromium.org Review URL: https://codereview.chromium.org/960643002 Cr-Commit-Position: refs/heads/master@{#318131}
-
kelvinp authored
With the change, https://codereview.chromium.org/875583002, it is possible to start a remote connection in fullscreen mode, we simply need to notify the DesktopConnectedView that we are in fullscreen upon connecting. BUG=461609 Review URL: https://codereview.chromium.org/958693002 Cr-Commit-Position: refs/heads/master@{#318130}
-
felt authored
* Adding myself to these OWNERS files as an owner-in-training * Removing gbillock as he no longer works on the project BUG= Review URL: https://codereview.chromium.org/956093002 Cr-Commit-Position: refs/heads/master@{#318129}
-
jamiewalch authored
Since Mac does not support transparency, having a window with no title bar is inconvenient because it can't be dragged aside to access other windows. This CL adds a standard window frame on Mac. BUG=b/19370387 Review URL: https://codereview.chromium.org/952823003 Cr-Commit-Position: refs/heads/master@{#318128}
-
pdr authored
This patch adds an SkRect for bounds to compositing_display_item and uses it for setting the canvas layer bounds. With this patch and the associated blink-side patch [1] we pass the following additional layout tests: LayoutTests/svg/zoom/page/zoom-mask-with-percentages.svg LayoutTests/svg/transforms/text-with-mask-with-svg-transform.svg LayoutTests/svg/custom/absolute-sized-content-with-resources.xhtml LayoutTests/svg/custom/mask-excessive-malloc.svg LayoutTests/svg/batik/masking/maskRegions.svg [1] https://codereview.chromium.org/960483002 Review URL: https://codereview.chromium.org/952123002 Cr-Commit-Position: refs/heads/master@{#318127}
-
hush authored
If OffscreenPreRaster is enabled, the viewport rect for tile priority and the tile memory limit calculation will be based on the size of the webview, instead of the size of visible area of the webview. Design doc here https://docs.google.com/document/d/1xOMjvbEIS3dMzpWXWrsl7qV8QOgGEIZL1QxgnfOXmq4/ BUG=460638 Review URL: https://codereview.chromium.org/944053004 Cr-Commit-Position: refs/heads/master@{#318126}
-
davemoore authored
BUG= Review URL: https://codereview.chromium.org/959873003 Cr-Commit-Position: refs/heads/master@{#318125}
-
tbarzic authored
This makes PrinterProviderAPI a pure interface, with the implementation hidden in printer_provider.cc, and with a custom browser context keyed service factory. This will make it easier to inject a fake API implementation in tests (e.g. for ExtensionPrinterHandler). BUG=461114 TEST=extensions_browsertests --gtest_filter=PrinterProviderAPI Review URL: https://codereview.chromium.org/922833004 Cr-Commit-Position: refs/heads/master@{#318124}
-
jschuh authored
This is used only in the utility process but loading it causes conflicts with AppContainers in the renderer. BUG=460679 R=scottmg@chromium.org,thestig@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/945663004 Cr-Commit-Position: refs/heads/master@{#318123}
-
dtrainor authored
- Expose a way to cause the ListAdapter to refresh the MenuItem content of it's MenuItem list. BUG=459409 Review URL: https://codereview.chromium.org/944173002 Cr-Commit-Position: refs/heads/master@{#318122}
-
reillyg authored
Summary of changes available at: https://chromium.googlesource.com/chromiumos/platform/system_api/+log/b24b4f8..01a9492 BUG=435404 Review URL: https://codereview.chromium.org/944923006 Cr-Commit-Position: refs/heads/master@{#318121}
-
rkaplow authored
Note, this has a functional change on the Extensions.LoadAllTime metric, which didn't have the second half of the method (the part I put in LoadExtensionsMetrics()). I expect that this section does not take very long, and it makes sense for the LoadAllTime metric to measure the entire method. If you're unhappy of the functional change of the metric, another approach is to add a histogram for LoadExtensionsMetrics() specifically, but I feel this is excessive. BUG=454789 Review URL: https://codereview.chromium.org/959513002 Cr-Commit-Position: refs/heads/master@{#318120}
-
bokan authored
The default page scale limits are now set in the same place as the rest of layout test preferences. This prevents them from being set to the platform default when WebKitTestRunner reapplies WebPreferences, in this case, from Reset(). Also removed setPageScaleFactor from Reset() since resetInternalsObject will do this so this call was effectively a no-op. BUG=450605 Review URL: https://codereview.chromium.org/944083004 Cr-Commit-Position: refs/heads/master@{#318119}
-
https://codereview.chromium.org/954523002/smckay authored
TBR=hirono This is a comment only change so... NOTRY=true Review URL: https://codereview.chromium.org/957033002 Cr-Commit-Position: refs/heads/master@{#318118}
-
davidben authored
None of these functions are used. BUG=none Review URL: https://codereview.chromium.org/951753002 Cr-Commit-Position: refs/heads/master@{#318117}
-
xdai authored
Unchecking the "Surprise Me" checkbox should go back previous wallpaper before "Surprise Me" was turned on. BUG=316692 TEST=Manually tested Review URL: https://codereview.chromium.org/948243006 Cr-Commit-Position: refs/heads/master@{#318116}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3f21dc6..9b9eaa4 TBR=arv@chromium.org,timvolodine@chromium.org Review URL: https://codereview.chromium.org/956853006 Cr-Commit-Position: refs/heads/master@{#318115}
-
stevenjb authored
Ths CL does the following: * Introduces a new network icon custom Polymer element * Adds a simple paper-button to chrome://network to test Polymer in WebUI * Uses the new custom element in the chrome://network UI BUG=455499 Review URL: https://codereview.chromium.org/874283006 Cr-Commit-Position: refs/heads/master@{#318114}
-
stevenjb authored
This CL does the following: * Eliminates "ProviderRequiresRoaming" from ONC * Adds a "required" state to "RoamingState" in ONC when ProviderRequiresRoaming is true * Adds "ONC State" to chrome://network for testing networkingPrivate.getState() * Adds support for shill_stub=roaming=[home|roaming|required] to facilitate testing on Linux BUG=461163 Review URL: https://codereview.chromium.org/948943003 Cr-Commit-Position: refs/heads/master@{#318113}
-
michaelbai authored
This was added in https://codereview.chromium.org/897683003/ BUG=454870 Review URL: https://codereview.chromium.org/945583008 Cr-Commit-Position: refs/heads/master@{#318112}
-
wfh authored
Validate no ViewHostMsg_RunFileChooser messages received in the browser contain no path elements. BUG=444198 TEST=content_browsertests Review URL: https://codereview.chromium.org/817103002 Cr-Commit-Position: refs/heads/master@{#318111}
-
jackhou authored
This was added for athena here: https://codereview.chromium.org/455543004 Since athena has been deleted, this is no longer used. BUG=440818 Review URL: https://codereview.chromium.org/954123002 Cr-Commit-Position: refs/heads/master@{#318110}
-
simonhatch authored
This adds a src-side script for running non-telemetry based performance tests. Will be followed by: https://codereview.chromium.org/873403002/ Example chromium.perf.json: { "Linux Perf (1)": { "scripts": [ { "name": "media_perftests", "script": "perf_gtests.py", "args": ["media_perftests", "--single-process-tests"] }, { "name": "load_library_perf_tests", "script": "perf_gtests.py", "args": ["load_library_perf_tests", "--single-process-tests"] } ] }, "Android Nexus7v2 Perf": { "scripts": [ { "name": "media_perftests", "script": "perf_gtests.py", "args": ["media_perftests"] } ] } } BUG=392620 Review URL: https://codereview.chromium.org/890653002 Cr-Commit-Position: refs/heads/master@{#318109}
-
reveman authored
This reduces the chance of an OOM error by handling moderate memory pressure signals. HostDiscardableSharedMemoryManager will purge discardable memory until usage is within half of |memory_limit_| when receiving this signal. BUG=460995 Review URL: https://codereview.chromium.org/944823007 Cr-Commit-Position: refs/heads/master@{#318108}
-
sievers authored
This avoids the needs for duplicating the increasingly complicated logic in the renderer. There should be no functional change. BUG=38011 Review URL: https://codereview.chromium.org/953233002 Cr-Commit-Position: refs/heads/master@{#318107}
-
ddorwin authored
This CL cleans up BrowserCdmManager, but we still need to pass a MIME type string when calling MediaKeys. This CL also fixes the name of the CdmHostMsg_CreateSession_InitDataType values. Review URL: https://codereview.chromium.org/959503002 Cr-Commit-Position: refs/heads/master@{#318106}
-
grt authored
Without this, the test doesn't clean up after failures in SxS properly. BUG=456602 Review URL: https://codereview.chromium.org/959823002 Cr-Commit-Position: refs/heads/master@{#318105}
-
fmalita authored
TBR=reed@google.com,robertphillips@google.com BUG=458898 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg Review URL: https://codereview.chromium.org/928853003 Cr-Commit-Position: refs/heads/master@{#318104}
-
rouslan authored
Don't show "Kosovo" (country code "XK") as an autofill country name option on K devices, because K devices are not aware of it. Add "XK" to the list of autofill countries to enable saving autofill profiles with country name "Kosovo." BUG=456246 Review URL: https://codereview.chromium.org/952993003 Cr-Commit-Position: refs/heads/master@{#318103}
-
johnme authored
Temporary workaround for a bug in GCM where it converts subtypes to lowercase. BUG=461867 Review URL: https://codereview.chromium.org/953423003 Cr-Commit-Position: refs/heads/master@{#318102}
-