- 10 Feb, 2016 40 commits
-
-
penghuang authored
We are implementing an ipc layer for GPU command buffer, so the command buffer should not know the underneath ipc (see CL). To achive this goal, we need modify mojo command buffer interface to match the current chrome gpu ipc. CL https://codereview.chromium.org/1656433002/ BUG=None Review URL: https://codereview.chromium.org/1686543004 Cr-Commit-Position: refs/heads/master@{#374714}
-
stip authored
BUG=585863 Review URL: https://codereview.chromium.org/1691513002 Cr-Commit-Position: refs/heads/master@{#374713}
-
ben authored
R=sky@chromium.org BUG= Review URL: https://codereview.chromium.org/1691493002 Cr-Commit-Position: refs/heads/master@{#374712}
-
zmo authored
Since we no longer support the path where packed_depth_stencil isn't supported. BUG=570453 TEST=build, no behavior change R=kbr@chromium.org Review URL: https://codereview.chromium.org/1683213002 Cr-Commit-Position: refs/heads/master@{#374711}
-
erg authored
This was only used from within mandoline. BUG=585637 Review URL: https://codereview.chromium.org/1685953002 Cr-Commit-Position: refs/heads/master@{#374710}
-
harkness authored
Implement and plumb the renotify flag. This flag controls whether alert sound, lights, and vibration are played again when a notification replaces a previous notification. Changes for this issue are covered by Intent to Implement and Ship: Notification Renotify. https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/k5n129-lM1A BUG=442133 Review URL: https://codereview.chromium.org/1656243002 Cr-Commit-Position: refs/heads/master@{#374709}
-
mikecase authored
BUG= Review URL: https://codereview.chromium.org/1688863002 Cr-Commit-Position: refs/heads/master@{#374708}
-
jam authored
long is 4 bytes in 32 bit builds and 8 bytes in 64 bit builds so we don't want to send it between 32 and 64 bit processes. We can't remove the long IPC traits completely since types like uint64_t also use the long traits on Windows and 64 bit POSIX. So keep the traits for these platforms but remove it for others. This ensures that longs aren't sent over IPC between 32 and 64 bit configs since the 32 bit build would have a compile error. Also remove the size_t methods from Pickle. We can't add compile time checks for that since it's a typedef. A clang plugin will catch those cases. BUG=581409 Review URL: https://codereview.chromium.org/1619363002 Cr-Commit-Position: refs/heads/master@{#374707}
-
tbansal authored
All this code hinges on field trial "DataReductionProxyConfigFetchBytes" defined in d_r_p_config_retrieval_params.cc. This experiment has never been turned on. BUG=573087 Review URL: https://codereview.chromium.org/1683953002 Cr-Commit-Position: refs/heads/master@{#374706}
-
tomhudson authored
RasterDeviceTooBigToAllocate() is a utility function only used from a single cc file; move it out of the header into that file. R=fmalita@chromium.org Review URL: https://codereview.chromium.org/1687933002 Cr-Commit-Position: refs/heads/master@{#374705}
-
xidachen authored
In ImageBitmap, the static function frameIsValid() includes a check that is changed to ASSERT in this CL. In the meantime, this CL also removes a redundant ASSERT. Review URL: https://codereview.chromium.org/1683983002 Cr-Commit-Position: refs/heads/master@{#374704}
-
fmalita authored
Switches Skia's software HQ downscaling algorithm from Mitchell to mipmaps. This is a good idea because 1) it aligns the results with Ganesh (which already uses mipmaps for downscaling) 2) mipmaps are cheaper/more efficient (to produce and to cache) 3) yields (arguably) sharper results, particularly when scaling to half size - which appears to be a common technique used for Retina-ready pages. BUG=583478,562162 R=reed@google.com,senorblanco@chromium.org Review URL: https://codereview.chromium.org/1511113004 Cr-Commit-Position: refs/heads/master@{#374703}
-
qinmin authored
This CL adds a pause button for in-progress downloads that are resumable. UI review: https://groups.google.com/a/google.com/forum/#!topic/chrome-ui-review/jixCWMMg_vA Mocks: https://folio.googleplex.com/chrome-ux/mocks/065-downloads/07-resumable/121615_NotificationChanges BUG=579110 Review URL: https://codereview.chromium.org/1673183003 Cr-Commit-Position: refs/heads/master@{#374702}
-
sadrul authored
Introduce ShelfDelegateMus to provide the ShelfDelegate implementation, which talks to the mash-wm to receive updates about the user-windows, and updates the ShelfModel in ash as needed. BUG=585141 Review URL: https://codereview.chromium.org/1684633002 Cr-Commit-Position: refs/heads/master@{#374701}
-
danduong authored
Error out if the param list contains the same fieldtrial,group multiple times. BUG=553514 Review URL: https://codereview.chromium.org/1682163004 Cr-Commit-Position: refs/heads/master@{#374700}
-
agrieve authored
Switches gtests to explicitly passing path to install script rather than --incremental-install + heuristics. BUG=575975 Review URL: https://codereview.chromium.org/1680233002 Cr-Commit-Position: refs/heads/master@{#374699}
-
jonross authored
Change log level from ERROR to WARNING so as to reduce confusion in testing bot logs. TEST=manual testing on device BUG=585508 Review URL: https://codereview.chromium.org/1687693003 Cr-Commit-Position: refs/heads/master@{#374698}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/9ff889060a5d..f398a005cf9c $ git log 9ff889060..f398a005c --date=short --no-merges --format='%ad %ae %s' CQ_INCLUDE_TRYBOTS= TBR=catapult-sheriff@chromium.org Review URL: https://codereview.chromium.org/1687903002 Cr-Commit-Position: refs/heads/master@{#374697}
-
khmel authored
This additionally moves extension app context menu functionality to its dedicated class. BUG=584691 TEST=unit_test passes and no visual menu changes on devices. Review URL: https://codereview.chromium.org/1673683002 Cr-Commit-Position: refs/heads/master@{#374696}
-
agrieve authored
Build rule and test runner changes to follow. BUG=575975 Review URL: https://codereview.chromium.org/1684583003 Cr-Commit-Position: refs/heads/master@{#374695}
-
sbc authored
- use_nacl_clang is now the default and has no meaning. - ninja is the default generator for gyp_chromeium and gyp_nacl. - support for nacl_allow_thin_archives was reverted from NaCl - Made GypNinjaBuild_Pnacl and GypNinjaBuild_PPAPI consistent. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk;tryserver.chromium.win:win_nacl_sdk BUG= Review URL: https://codereview.chromium.org/1684883002 Cr-Commit-Position: refs/heads/master@{#374694}
-
rockot authored
Broken multiprocess tests were bringing down the whole mojo_system_unittests suite. These should be disabled on Android for now since our test runner simply does not have the ability to launch a child process at the moment. This CL disables all existing multiprocess tests for Android, but turns everything else back on. BUG=585784,585849 TBR=amistry@chromium.org Review URL: https://codereview.chromium.org/1687093002 Cr-Commit-Position: refs/heads/master@{#374693}
-
alexclarke authored
The TaskQueueSelector is only supposed to touch the blocked_selector_ iff queue->should_report_when_execution_blocked() is true. Unfortunately TaskQueueSelector::EnableQueue unconditionally added queues to the blocked_selector_ leading to a potential UAF. BUG=581973, 584544, 582712, 585744 Review URL: https://codereview.chromium.org/1685093002 Cr-Commit-Position: refs/heads/master@{#374692}
-
tdresser authored
This will make it easier for Scroll Customization on the compositor worker to pass ScrollState objects back and forth between main and the compositor. BUG=505851 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1646663002 Cr-Commit-Position: refs/heads/master@{#374691}
-
spqchan authored
Added the "Show as Tab" option under the Window menu. The option only appears if the current window is not tabbed. BUG=43953 Review URL: https://codereview.chromium.org/1681863005 Cr-Commit-Position: refs/heads/master@{#374690}
-
tzik authored
This CL contains: * Expose resulting type of Bind as MakeUnboundRunType. * Refactor testing::CreateFunctor using base::Bind. * Remove generate_gmock_mutant.py. * Change argument ordering of testing::CreateFunctor to align to base::Bind. * Remove LATE_OBJECT_BINDING support, which no one use. BUG=554299 Review URL: https://codereview.chromium.org/1680643002 Cr-Commit-Position: refs/heads/master@{#374689}
-
jam authored
This should never be hit since we don't allocate more than 2 GB, but it's best practice to ensure so. BUG=581409 Review URL: https://codereview.chromium.org/1683033002 Cr-Commit-Position: refs/heads/master@{#374688}
-
stevenjb authored
Revert of Make text section 2MB aligned for hugepages. (patchset #7 id:120001 of https://codereview.chromium.org/1619713007/ ) Reason for revert: Causing failures on x86-alex, peach_pit, and daisy_skate (render process crash in login screen). Original issue's description: > Make text section 2MB aligned for hugepages. > > If we do not use the option '-Wl,--section-start=.text=2001000' at > link time, the performance gain on hugepages is gone. This is probably > because the original text section is not 2MB aligned and the after > mremap, the hugepage is not preserved. > > BUG=chromium:569963 > TEST=The performance gain is back on micro benchmarks. > > Committed: https://crrev.com/1384534a94e6324d74906f0cbc1e707606c063f2 > Cr-Commit-Position: refs/heads/master@{#373673} TBR=rickyz@chromium.org,cmtice@chromium.org,kenchen@google.com,llozano@chromium.org,shenhan@chromium.org,yunlian@chromium.org,yunlian@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=chromium:569963 Review URL: https://codereview.chromium.org/1687033002 Cr-Commit-Position: refs/heads/master@{#374687}
-
melandory authored
This reverts commit e6df3095. The infobar UI will be replaced with dialog. BUG=532876 TBR=dfalcantara@chromium.org Review URL: https://codereview.chromium.org/1670673004 Cr-Commit-Position: refs/heads/master@{#374686}
-
sadrul authored
Make sure NativeWidgetMus installs the ui::ContextFactory for the views::Widgets, and doesn't use the stub context-factory installed for the AshWindowTreeHosts. BUG=585141 Review URL: https://codereview.chromium.org/1679023007 Cr-Commit-Position: refs/heads/master@{#374685}
-
clamy authored
The test now checks for the speculative RenderFrameHost instead of the pending one when PlzNavigate is enabled. BUG=475027 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review URL: https://codereview.chromium.org/1681973002 Cr-Commit-Position: refs/heads/master@{#374684}
-
philipj authored
XMLHttpRequestProgressEvent is no more. BUG=357112 R=chrishtr@chromium.org Review URL: https://codereview.chromium.org/1690503002 Cr-Commit-Position: refs/heads/master@{#374683}
-
msramek authored
For backward compatibility, ClearSyncDataPreferences uses both versions of the onAttach() method - the deprecated one, which refers to Activity, and the new one, which refers to Context. Supress the deprecation warning of the former. See crbug.com/585548 for more details. BUG=585548 Review URL: https://codereview.chromium.org/1689693002 Cr-Commit-Position: refs/heads/master@{#374682}
-
tommi authored
WebRTC 11548:11553 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/608b2be..bb60460 Libjingle 11545:11551 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/bb467ca..ae925d4 TBR= BUG= Review URL: https://codereview.chromium.org/1685143002 Cr-Commit-Position: refs/heads/master@{#374681}
-
waffles authored
Revert of Remove the is_loading_ field from WebContentsImpl (patchset #24 id:460001 of https://codereview.chromium.org/1545973002/ ) Reason for revert: CHECK(is_loading_) appears to fail (flakily?) on Linux ChromiumOS Tests (1). More details in the bug. Original issue's description: > Remove the is_loading_ field from WebContentsImpl > > This CL removes the is_loading_ field from WebContents, in favor of only > tracking the loading state through the FrameTree. Currently the loading state > is tracked in both, leading to more complexity in the code. > > BUG=571887, 298193 > CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation > > Committed: https://crrev.com/db73eb6cf1e59e753fb53e8c744620b00606ccd5 > Cr-Commit-Position: refs/heads/master@{#374651} TBR=rockot@chromium.org,carlosk@chromium.org,nasko@chromium.org,nick@chromium.org,clamy@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=571887, 298193 Review URL: https://codereview.chromium.org/1690633002 Cr-Commit-Position: refs/heads/master@{#374680}
-
rnephew authored
BUG=546012 Review URL: https://codereview.chromium.org/1644773005 Cr-Commit-Position: refs/heads/master@{#374679}
-
oysteine authored
This is not used by anyone it seems, and prevents ConvertableToTraceFormat from being used in a thread-safe manner. NOTE: Dependent on https://codereview.chromium.org/1673893002 landing in Catapult first. BUG=559117 Review URL: https://codereview.chromium.org/1678503002 Cr-Commit-Position: refs/heads/master@{#374678}
-
ben authored
TBR=rockot@chromium.org BUG= Review URL: https://codereview.chromium.org/1687693002 Cr-Commit-Position: refs/heads/master@{#374677}
-
qiankun.miao authored
BUG=429053 Review URL: https://codereview.chromium.org/1674573002 Cr-Commit-Position: refs/heads/master@{#374676}
-
sbc authored
This is one of the few remaining steps to removing biased bitcode (at least for SFI NaCl). Review URL: https://codereview.chromium.org/1681413002 Cr-Commit-Position: refs/heads/master@{#374675}
-