- 26 Jan, 2016 40 commits
-
-
stip authored
BUG=525873 Review URL: https://codereview.chromium.org/1637783002 Cr-Commit-Position: refs/heads/master@{#371585}
-
stevenjb authored
This moves the display layout management logic into a separate file so that it can be replaced with a new layout manager that can handle 3+ displays without affecting 2 monitor behavior. BUG=576375 Review URL: https://codereview.chromium.org/1626573003 Cr-Commit-Position: refs/heads/master@{#371584}
-
charliea authored
Review URL: https://codereview.chromium.org/1637493004 Cr-Commit-Position: refs/heads/master@{#371583}
-
xidachen authored
At this moment, there is a line in the above function that has a small typo in it, this CL corrects it. Review URL: https://codereview.chromium.org/1639843002 Cr-Commit-Position: refs/heads/master@{#371582}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/eae84c2e0e21..ed0bf1b43e19 $ git log eae84c2e0..ed0bf1b43 --date=short --no-merges --format='%ad %ae %s' 2016-01-26 reed remove unused sample 2016-01-26 cblume Cleaning up trailing spaces and typos. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=msarett@google.com Review URL: https://codereview.chromium.org/1631033004 Cr-Commit-Position: refs/heads/master@{#371581}
-
qiangchen authored
In this CL, we did the following stuff: Stream audio with screen share (only supported for platform Windows and ChromeOS). The essential functionality was there, we just connect the code path. Currently we put the functionalities behind a flag --enable-audio-support-for-desktop-share. We'll bring the functionality on by default, after we finish the future CL which handles tab sharing and the future CL which handles the user permission for audio output sharing. BUG=557222 Review URL: https://codereview.chromium.org/1576073003 Cr-Commit-Position: refs/heads/master@{#371580}
-
caseq authored
Revert of DevTools: do not use ScriptFunctionCall in the front-end embedder. (patchset #1 id:1 of https://codereview.chromium.org/1577153002/ ) Reason for revert: Breaks context menu handling in DevTools front-end. Original issue's description: > DevTools: do not use ScriptFunctionCall in the front-end embedder. > > Committed: https://crrev.com/4a595ca1ace2d1592d154cac89b1085f7baa771b > Cr-Commit-Position: refs/heads/master@{#371337} TBR=dgozman@chromium.org,pfeldman@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1635883004 Cr-Commit-Position: refs/heads/master@{#371579}
-
John Budorick authored
This reverts commit 5db5d9e5. Cr-Commit-Position: refs/heads/master@{#371578}
-
stip authored
BUG=525873 Review URL: https://codereview.chromium.org/1638503003 Cr-Commit-Position: refs/heads/master@{#371577}
-
sorin authored
This is a feature of the update protocol, which allows the server to prioritize returning urls that can be cached by downstream proxies. BUG=579762 Review URL: https://codereview.chromium.org/1606943007 Cr-Commit-Position: refs/heads/master@{#371576}
-
stip authored
BUG=525873 Review URL: https://codereview.chromium.org/1638593003 Cr-Commit-Position: refs/heads/master@{#371575}
-
stip authored
BUG=525873 Review URL: https://codereview.chromium.org/1639683002 Cr-Commit-Position: refs/heads/master@{#371574}
-
hartmanng authored
BUG=580262,562189 Review URL: https://codereview.chromium.org/1618973002 Cr-Commit-Position: refs/heads/master@{#371573}
-
petewil authored
If you have an offline page showing, but connectivity has returned, when you pull down on the page to refresh, we should reload the online version. This change catches the onPageLoadStarted event to check for that case. The onLoadUrl event does not get called on a reload, and the onUpdateUrl event is also not called on a reload, so onPageLoadStarted is likely our best candidate. BUG=565529 Review URL: https://codereview.chromium.org/1586783003 Cr-Commit-Position: refs/heads/master@{#371572}
-
mgersh authored
Loading the native library can cause a crash on some older versions of Android. This CL provides a way for embedders to implement custom library loading logic that works around the issue. BUG=550584 R=xunjieli@chromium.org Committed: https://crrev.com/12d01cb35ec0ed7a259c19dd1390b5a486d61a9d Cr-Commit-Position: refs/heads/master@{#371319} Review URL: https://codereview.chromium.org/1619673004 Cr-Commit-Position: refs/heads/master@{#371571}
-
stip authored
BUG=525873 Review URL: https://codereview.chromium.org/1633063002 Cr-Commit-Position: refs/heads/master@{#371570}
-
xidachen authored
At this moment, the texImage2D and texSubImage2D for ImageBitmap is still hiding behind a RuntimeEnabled flag. Since ImageBitmap has been shipped: https://codereview.chromium.org/1636633002/ We should remove this run time flag as well. Review URL: https://codereview.chromium.org/1632853003 Cr-Commit-Position: refs/heads/master@{#371569}
-
stip authored
BUG=525873 Review URL: https://codereview.chromium.org/1635983002 Cr-Commit-Position: refs/heads/master@{#371568}
-
dgozman authored
We used to reset scroll and page scale factor, now we only reset the latter. Also, reusing mainFrameResizesAreOrientationChanges setting to preserve the scroll position based on DOM node. BUG=581115 Review URL: https://codereview.chromium.org/1632983002 Cr-Commit-Position: refs/heads/master@{#371567}
-
jdufault authored
BUG=580754 Review URL: https://codereview.chromium.org/1631023002 Cr-Commit-Position: refs/heads/master@{#371566}
-
kylechar authored
The TouchEventCalibrate class was only used with Pixel 1 and Pixel 1 doesn't use X11 anymore. Review URL: https://codereview.chromium.org/1637873002 Cr-Commit-Position: refs/heads/master@{#371565}
-
wnwen authored
BUG=543201 NOTRY=true Review URL: https://codereview.chromium.org/1635153002 Cr-Commit-Position: refs/heads/master@{#371564}
-
sky authored
I also nuked WindowManager::GetConfig() as the information has moved onto Display. BUG=548429 566155 R=ben@chromium.org Review URL: https://codereview.chromium.org/1639563003 Cr-Commit-Position: refs/heads/master@{#371563}
-
stip authored
BUG=525873 Review URL: https://codereview.chromium.org/1631763006 Cr-Commit-Position: refs/heads/master@{#371562}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2801e08d..24e766d2 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/1631323002 Cr-Commit-Position: refs/heads/master@{#371561}
-
reillyg authored
This modification is copied from Web Bluetooth where it was found to be more ergonomic to provide a DataView as the default type for a buffer value as it provides methods such as getUint8() by default. BUG=492204 Review URL: https://codereview.chromium.org/1639503002 Cr-Commit-Position: refs/heads/master@{#371560}
-
mek authored
BUG=570820 Review URL: https://codereview.chromium.org/1575283003 Cr-Commit-Position: refs/heads/master@{#371559}
-
skym authored
BUG=536841 Review URL: https://codereview.chromium.org/1638643004 Cr-Commit-Position: refs/heads/master@{#371558}
-
erikchen authored
Note that Mach shared memory is already turned on by default on trunk, so this has no effect. The main purpose of this CL is to disable a Finch warning. See https://critique.corp.google.com/#review/113054955 for more details. BUG=552422 Review URL: https://codereview.chromium.org/1637063002 Cr-Commit-Position: refs/heads/master@{#371557}
-
rockot authored
One Big CL to land the new EDK implementation based on Ports. BUG=577688 Review URL: https://codereview.chromium.org/1585493002 Cr-Commit-Position: refs/heads/master@{#371556}
-
stevenjb authored
Some cleanup to make the CL extracting the display layout manager JS more managable. BUG=576375 Review URL: https://codereview.chromium.org/1633983002 Cr-Commit-Position: refs/heads/master@{#371555}
-
senorblanco authored
This reverts commit 526a7f4c. This is a speculative revert to fix a recent spike in renderer crashes. BUG=578963,580949 TBR=ajuma@chromium.org Review URL: https://codereview.chromium.org/1637893002 Cr-Commit-Position: refs/heads/master@{#371554}
-
dcheng authored
It seems like tests don't create an actual target to use for add_dependencies(). With add_test(), CMake always fires this warning: Policy CMP0046 is not set: Error on non-existent dependency in add_dependencies. Run "cmake --help-policy CMP0046" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The dependency target "plugins_test" of target "cr-check-all" does not exist. Call Stack (most recent call first): /usr/local/google/ssd/src/chrome/src/tools/clang/plugins/CMakeLists.txt:28 (cr_add_test) This warning is for project developers. Use -Wno-dev to suppress it. BUG=none Review URL: https://codereview.chromium.org/1634593006 Cr-Commit-Position: refs/heads/master@{#371553}
-
nacl-deps-roller authored
https://chromium.googlesource.com/native_client/src/native_client.git/+log/8eacfc8c5ed6..2155ab909972 $ git log 8eacfc8c5..2155ab909 --date=short --no-merges --format='%ad %ae %s' 2016-01-26 stichnot Fix link command for "pnacl-translate --use-sz -arch x86-32-linux". CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_nacl_sdk_build TBR=mseaborn@chromium.org Review URL: https://codereview.chromium.org/1638903002 Cr-Commit-Position: refs/heads/master@{#371552}
-
knn authored
TBR=cpu@chromium.org BUG=569879 Review URL: https://codereview.chromium.org/1635043002 Cr-Commit-Position: refs/heads/master@{#371551}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/4028a4f07d37..49a4b13b5f86 $ git log 4028a4f07..49a4b13b5 --date=short --no-merges --format='%ad %ae %s' CQ_INCLUDE_TRYBOTS= TBR=catapult-sheriff@chromium.org Review URL: https://codereview.chromium.org/1635613004 Cr-Commit-Position: refs/heads/master@{#371550}
-
alokp authored
2016-01-25 alokp@chromium.org Use ChromeOS branding for Chromecast builds. BUG=577403 Review URL: https://codereview.chromium.org/1631193003 Cr-Commit-Position: refs/heads/master@{#371549}
-
rnephew authored
BUG= Review URL: https://codereview.chromium.org/1637543004 Cr-Commit-Position: refs/heads/master@{#371548}
-
estade authored
BUG=none Review URL: https://codereview.chromium.org/1636533003 Cr-Commit-Position: refs/heads/master@{#371547}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/05332d9c8aef..eae84c2e0e21 $ git log 05332d9c8..eae84c2e0 --date=short --no-merges --format='%ad %ae %s' 2016-01-26 senorblanco Image filters: fix srcOffset handling in asFragmentProcessor() path. 2016-01-26 ethannicholas Initial support for turning Skia draws into a JSON document and vice versa. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1636563002 2016-01-26 mtklein de-proc sk_float_rsqrt CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=msarett@google.com Review URL: https://codereview.chromium.org/1635013003 Cr-Commit-Position: refs/heads/master@{#371546}
-