- 09 Mar, 2015 40 commits
-
-
mlamouri authored
Per blink-dev discussion: https://groups.google.com/a/chromium.org/d/msg/blink-dev/vCd9TysLAso/UcNQMme-9LsJ This is relaxing the browser-side checks in order to no longer kill a renderer process if it tries to open a cross-origin window from a service worker. It will allow the Blink restriction to be relaxed: https://codereview.chromium.org/985043002 The browser process now checks whether the renderer process is allowed access to the given URL, blocking access to special URLs like chrome://. BUG=457187 Review URL: https://codereview.chromium.org/980383004 Cr-Commit-Position: refs/heads/master@{#319648}
-
mlamouri authored
This is part of a suite of thee CLs: 1. https://codereview.chromium.org/968163003 2. <this> 3. https://codereview.chromium.org/968203002 BUG=462255 Review URL: https://codereview.chromium.org/968983002 Cr-Commit-Position: refs/heads/master@{#319647}
-
bnc authored
This CL lands server change 87003629 by tgreer and change 87977978 by birenroy. BUG= Review URL: https://codereview.chromium.org/980393003 Cr-Commit-Position: refs/heads/master@{#319646}
-
fmalita authored
Blink's opacity & LCD logic is being removed - instead this is to be handled by setting appropriate SkSurfaceProps onto the target canvas. Unfortunately that's not directly applicable to BrowserFontResource_Trusted::DrawTextAt/DrawTextToCanvas because the API allows different opacity flags to be specified for different calls directed to the same canvas. We work around by disabling LCD text at the last stage, using a temporary SkCanvas. BUG=430617 R=reed@google.com,piman@chromium.org Review URL: https://codereview.chromium.org/975533004 Cr-Commit-Position: refs/heads/master@{#319645}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/1b110d6..13e51f9 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=mtklein@google.com Review URL: https://codereview.chromium.org/987073002 Cr-Commit-Position: refs/heads/master@{#319644}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/e08a307..719867b TBR=jbroman@chromium.org Review URL: https://codereview.chromium.org/986323002 Cr-Commit-Position: refs/heads/master@{#319643}
-
magjed authored
Revert of Revert of Roll WebRTC 8649:8651, Libjingle 8639:8651 (patchset #1 id:1 of https://codereview.chromium.org/989253002/) Reason for revert: The compile error was not caused by the WebRTC roll. Original issue's description: > Revert of Roll WebRTC 8649:8651, Libjingle 8639:8651 (patchset #1 id:1 of https://codereview.chromium.org/987033002/) > > Reason for revert: > Broke compilation on Linux http://build.chromium.org/p/chromium/builders/Linux/builds/59264 with error message: AttributeError: 'Checker' object has no attribute 'run_js_check' > > Original issue's description: > > Roll WebRTC 8649:8651, Libjingle 8639:8651 > > > > WebRTC 8649:8651 > > Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/b4c07a0..61b3feb > > > > Libjingle 8639:8651 > > Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/c9f4c13..4138f65 > > > > TBR=tommi > > > > Committed: https://crrev.com/f497d1fbcf1c0919ba260ed64ac18829b3acf7a0 > > Cr-Commit-Position: refs/heads/master@{#319635} > > TBR=tommi@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > > Committed: https://crrev.com/62c6611787693f20f4201411d816d647f77f17d0 > Cr-Commit-Position: refs/heads/master@{#319638} TBR=tommi@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/994603002 Cr-Commit-Position: refs/heads/master@{#319642}
-
melandory authored
Adding test for Odnoklassniki (ok.ru). Test passes. BUG=435249 R=vabr@chromium.org Review URL: https://codereview.chromium.org/990903002 Cr-Commit-Position: refs/heads/master@{#319641}
-
tedchoc authored
Accidentally disabled in: https://codereview.chromium.org/968453002 BUG=452614 Review URL: https://codereview.chromium.org/989783002 Cr-Commit-Position: refs/heads/master@{#319640}
-
treib authored
Revert of Output closure-compiled JavaScript files (patchset #10 id:180001 of https://codereview.chromium.org/958383003/) Reason for revert: Likely broke the build, e.g. http://build.chromium.org/p/chromium/buildstatus?builder=Linux&number=59264 http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%20Builder&number=18925 http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Builder%20%28dbg%29%2832%29&number=34383 Original issue's description: > Output closure-compiled JavaScript files > > If generate_output is set, chcker.py adds compiler flags to actually > output the compiled JS. It will also output a source map if the build > is Debug. > > BUG=393874 > > Committed: https://crrev.com/b7f849b027b42917a032dca4f2467db357fa26a4 > Cr-Commit-Position: refs/heads/master@{#319637} TBR=dbeam@chromium.org,twellington@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=393874 Review URL: https://codereview.chromium.org/989253003 Cr-Commit-Position: refs/heads/master@{#319639}
-
magjed authored
Revert of Roll WebRTC 8649:8651, Libjingle 8639:8651 (patchset #1 id:1 of https://codereview.chromium.org/987033002/) Reason for revert: Broke compilation on Linux http://build.chromium.org/p/chromium/builders/Linux/builds/59264 with error message: AttributeError: 'Checker' object has no attribute 'run_js_check' Original issue's description: > Roll WebRTC 8649:8651, Libjingle 8639:8651 > > WebRTC 8649:8651 > Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/b4c07a0..61b3feb > > Libjingle 8639:8651 > Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/c9f4c13..4138f65 > > TBR=tommi > > Committed: https://crrev.com/f497d1fbcf1c0919ba260ed64ac18829b3acf7a0 > Cr-Commit-Position: refs/heads/master@{#319635} TBR=tommi@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/989253002 Cr-Commit-Position: refs/heads/master@{#319638}
-
twellington authored
If generate_output is set, chcker.py adds compiler flags to actually output the compiled JS. It will also output a source map if the build is Debug. BUG=393874 Review URL: https://codereview.chromium.org/958383003 Cr-Commit-Position: refs/heads/master@{#319637}
-
garykac authored
With this cl, ClientSession and DesktopConnectedView are now created (and owned) by the SessionConnector. SessionConnector creates the ClientPlugin and passes it to the CS and DCW. BUG= Review URL: https://codereview.chromium.org/981083002 Cr-Commit-Position: refs/heads/master@{#319636}
-
magjed authored
WebRTC 8649:8651 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/b4c07a0..61b3feb Libjingle 8639:8651 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/c9f4c13..4138f65 TBR=tommi Review URL: https://codereview.chromium.org/987033002 Cr-Commit-Position: refs/heads/master@{#319635}
-
sdefresne authored
InMemoryURLIndex is not used in the history code (except for the creation) but only by the autocomplete code, so move the code there and all its related types. BUG=453790 Review URL: https://codereview.chromium.org/963823003 Cr-Commit-Position: refs/heads/master@{#319634}
-
skyostil authored
Revert of Re-enable Android profiling helper unittests (patchset #1 id:1 of https://codereview.chromium.org/981293002/) Reason for revert: Still failing on the FYI bot: http://build.chromium.org/p/chromium.fyi/builders/Android%20Tests%20%28K%20N5%2C%20user%20build%29%28dbg%29 Original issue's description: > Re-enable Android profiling helper unittests > > These seem to be passing locally now. > > BUG=437081 > > Committed: https://crrev.com/49fdcead2be3fb974069fe8b70651e6b26ba9455 > Cr-Commit-Position: refs/heads/master@{#319471} TBR=primiano@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=437081 Review URL: https://codereview.chromium.org/988403002 Cr-Commit-Position: refs/heads/master@{#319633}
-
bnc authored
Reorder members for better packing in memory. Fix indentation. Remove redundant private: keyword. Remove trivial test. This CL lands server change 87638916 by birenroy. BUG= Review URL: https://codereview.chromium.org/987823003 Cr-Commit-Position: refs/heads/master@{#319632}
-
erikwright authored
Revert "ScopedCrashKey doesn't appear to be configured to work on Windows. Manually set the crash key." This reverts commit af3e767a. The reverted code is a workaround. The root cause is addressed by http://crrev.com/985763004/ . BUG=460512 Review URL: https://codereview.chromium.org/981183003 Cr-Commit-Position: refs/heads/master@{#319631}
-
huangs authored
Design: go/chrome-fallback-icons Fallback icon "explicit flow" URL used to have '#' in hex colors, e.g.: chrome://fallback-icon/,#01f,#123456,,/http://www.google.com Problem: "#" denotes fragment in URLs, so we get rid of it. This causes no ambiguity with named color (e.g., "red") because no named color consists of letters a-f only. Also adding "ARGB" hex color since this is supported in Skia color parsing. BUG=455063 Review URL: https://codereview.chromium.org/988863002 Cr-Commit-Position: refs/heads/master@{#319630}
-
ssid authored
This CL adds a telemetry benchmark to use gmail page and uses the scrollbar and mouss drag action to scroll the page. The test calculates the mid-point of scrollbar and drags it till the end of the page. BUG=464685 Review URL: https://codereview.chromium.org/985603003 Cr-Commit-Position: refs/heads/master@{#319629}
-
dvadym authored
Serializing form_data is required for server-side password generation heuristics. It was implemented on all others platforms before. Here it's implemented in gnome-keyring and libsecret backends (both of them works with Gnome keyring service). BUG=463126 Review URL: https://codereview.chromium.org/980583002 Cr-Commit-Position: refs/heads/master@{#319628}
-
phoglund authored
BUG=464277 Review URL: https://codereview.chromium.org/980373002 Cr-Commit-Position: refs/heads/master@{#319627}
-
daniimms authored
Changing TabLaunchType from FROM_LINK to FROM_LONGPRESS_FOREGROUND. This should not have any functionality impact, it's just more correct. BUG=465329 Review URL: https://codereview.chromium.org/991823003 Cr-Commit-Position: refs/heads/master@{#319626}
-
yfriedman authored
Includes some related loading status changes. BUG=443773 Review URL: https://codereview.chromium.org/981243006 Cr-Commit-Position: refs/heads/master@{#319625}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/9434cdf..e08a307 TBR=jbroman@chromium.org Review URL: https://codereview.chromium.org/991843002 Cr-Commit-Position: refs/heads/master@{#319624}
-
phoglund authored
The purpose is to test CPU usage and vital WebRTC stats over a longer, more taxing call. Also updates all pages since the GitHub location has moved again. BUG=436361 Review URL: https://codereview.chromium.org/962113003 Cr-Commit-Position: refs/heads/master@{#319623}
-
pauljensen authored
[Cronet] Make sure to only pass the application Context to InitApplicationContext to avoid DCHECK failures. An application may have multiple Contexts but only one application Context. InitApplicationContext DCHECKs if passed more than one Context, so make sure to always pass it only the application Context. Also, clean up other uses of Contexts in Cronet to only use the application Context when necessary. Unnecessarily using the application Context was hiding the bug this CL fixes. I'm renaming variables to make it clear where an application context is needed versus where any Context is okay. It's good practice to use the Context explicitly passed in as the wrapping it provides may add additional functionality on top of wrapped Contexts and the application Context. Also, add a test that Cronet can be simultaneously instantiated upon a Context, a wrapped version of the Context and the application Context to verify Cronet doesn't DCHECK. BUG=453845 Review URL: https://codereview.chromium.org/981013002 Cr-Commit-Position: refs/heads/master@{#319622}
-
bokan authored
This was causing a crash in Blink with some Chrome Android UI pages. These pages would disable top controls by setting the height to 0 but when we scroll the page we calculate the "shown ratio" by dividing by height. This the divided-by-0 value made its way down to Blink. BUG=460007 Review URL: https://codereview.chromium.org/982333003 Cr-Commit-Position: refs/heads/master@{#319621}
-
treib authored
Revert of Add policy_templates target for GN. (patchset #3 id:40001 of https://codereview.chromium.org/957283003/) Reason for revert: Seems to have broken (at least) the Mac GN build: http://build.chromium.org/p/chromium.mac/builders/Mac%20GN http://build.chromium.org/p/chromium.mac/builders/Mac%20GN%20(dbg) Original issue's description: > Add policy_templates target for GN. > > BUG=462362 > > Committed: https://crrev.com/f24e2a468f0fffe65f626ba5d7c4c0089a78a65e > Cr-Commit-Position: refs/heads/master@{#319616} TBR=pneubeck@chromium.org,bauerb@chromium.org,knn@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=462362 Review URL: https://codereview.chromium.org/994533003 Cr-Commit-Position: refs/heads/master@{#319620}
-
sdefresne authored
Swap sdefresne@ instead of blundell@ and droger@ as temporary OWNERS of chrome/browser/favicon during the componentization of the feature. BUG=359513 Review URL: https://codereview.chromium.org/985073002 Cr-Commit-Position: refs/heads/master@{#319619}
-
knn authored
BUG=443095 Review URL: https://codereview.chromium.org/974463002 Cr-Commit-Position: refs/heads/master@{#319618}
-
vabr authored
As pointed out in https://codereview.chromium.org/906973007/diff/80001/chrome/browser/password_manager/password_store_x.cc#newcode157, instead of overriding Get*LoginsImpl in PasswordStoreX, it is enough to rely on the PasswordStoreDefault implementation of those methods to use PasswordStoreX::Fill*Logins. The only current difference is that in addition to what Fill*Logins do, PasswordStoreX::Get*LoginsImpl also sorted the logins by origin, to match the order of the login database. There are two ways to fix this: (1) Move the sorting from Get*LoginsImpl to Fill*Logins. (2) Drop the sorting. This CL chose (1). This means that now also PasswordSyncableService::ReadFromPasswordStore, which currently gets the logins unsorted, will perform the sorting. This call should be infrequent enough for this not to be noticeable.r While (2) would also not break the insides of the password manager, it would degrade the UI (try to find a login in an unsorted list of them). For the reference, the CL which added the sorting was https://codereview.chromium.org/6953010. BUG=324291 Review URL: https://codereview.chromium.org/986983002 Cr-Commit-Position: refs/heads/master@{#319617}
-
knn authored
BUG=462362 Review URL: https://codereview.chromium.org/957283003 Cr-Commit-Position: refs/heads/master@{#319616}
-
jochen authored
We don't use one on windows either, and e.g. for running V8 compile jobs, we need a higher stack size limit than we currently have. Instead of guessing a value, let's just use the default. BUG=464538 R=mark@chromium.org,rmcilroy@chromium.org Review URL: https://codereview.chromium.org/992623002 Cr-Commit-Position: refs/heads/master@{#319615}
-
thestig authored
BUG=464837 Review URL: https://codereview.chromium.org/983283002 Cr-Commit-Position: refs/heads/master@{#319614}
-
chrome://inspectdgozman authored
BUG=451004,464993 Review URL: https://codereview.chromium.org/976313003 Cr-Commit-Position: refs/heads/master@{#319613}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#319612}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/cedc36f..1b110d6 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=mtklein@google.com Review URL: https://codereview.chromium.org/989193002 Cr-Commit-Position: refs/heads/master@{#319611}
-
tommi authored
WebRTC 8646:8649 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/a2bd4b8..b4c07a0 TBR= Review URL: https://codereview.chromium.org/994503002 Cr-Commit-Position: refs/heads/master@{#319610}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/27dc83a..9434cdf TBR=jbroman@chromium.org Review URL: https://codereview.chromium.org/987013002 Cr-Commit-Position: refs/heads/master@{#319609}
-