- 24 Mar, 2015 40 commits
-
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/f5b17fb..46bffd6 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1033603005 Cr-Commit-Position: refs/heads/master@{#322059}
-
wfh authored
Latest version of PepperFlash now includes the correct x-ppapi-arch on x64, so commit 0bc0349c can be safely reverted. BUG=458894 Review URL: https://codereview.chromium.org/1030803002 Cr-Commit-Position: refs/heads/master@{#322058}
-
noms authored
In the case on the new avatar button, the UpdateAvatar...() methods just updates the visibility of the button, not its contents, and the visibility doesn't depend on the name. I've also tried to name the methods a little more consistently. There's a giant refactor that needs to be done to rename avatar_button to avatar_icon and new_avatar_button to avatar_button, but this isn't that. BUG=466692 Review URL: https://codereview.chromium.org/1004803002 Cr-Commit-Position: refs/heads/master@{#322057}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d0c7791..6b6978f TBR=alph@chromium.org,jchaffraix@chromium.org Review URL: https://codereview.chromium.org/1033693004 Cr-Commit-Position: refs/heads/master@{#322056}
-
jsbell authored
When we allow non-Service Workers to have access to the Cache Storage API we will want to match other storage systems and use a database identifier generated from a Blink SecurityOrigin object, rather than just the origin URL, as the key for per-origin storage. This change changes the computation of the directory name on disk (a hash) from using the origin to a database identifier, in anticipation of an identifier being passed in after some future CLs. Existing data is preserved by preceding the uses of the directory name (open, delete, or enumeration) with a directory rename from the "legacy" name computed from the origin to the "new" name computed from the directory identifier. The rename is done by posting a task to the cache task runner just before the actual task. After a few releases we remove the migration code. R=michaeln,jkarlin BUG=439389 Review URL: https://codereview.chromium.org/1020413002 Cr-Commit-Position: refs/heads/master@{#322055}
-
cmumford authored
When Chrome's leveldb Env (ChromiumEnv) switched to using base::File for I/O, in crrev.com/710373002, it also (unintentionally) switched some logged histogram values from errno to base::File::Error. Prior to r305020 some values were logged with errno values, others with PlatformFileError values, and still others with Windows Error values (i.e. GetLastError()). The Windows values were introduced in r245135 - also uintentionally. Teasing these apart is too difficult now so switching to a new set of histograms reporting base::File::Error's. BUG=431914 Review URL: https://codereview.chromium.org/862723002 Cr-Commit-Position: refs/heads/master@{#322054}
-
alexmos authored
The test sometimes triggers a shutdown race condition that results in a UAF in blink::FocusController::focusedOrMainFrame() in the renderer, due to WebFrameWidgetImpl outliving Page. Disabling the test until this is fixed. BUG=470055,468319 Review URL: https://codereview.chromium.org/1030883003 Cr-Commit-Position: refs/heads/master@{#322053}
-
jdduke authored
Currently, when an activity is stopped, we explicitly hide the foreground Tab. This is problematic, as current hiding semantics might clear the visual front buffer before the window is hidden. This in turn causes an unpleasant flickering during activity transitions, e.g., when backgrounding Chrome or locking the screen. Wire Activity onPause/onResume notifications to WindowAndroidObservers, allowing the foreground tab to preserve its front buffer while hiding its web content. If the tab is explicitly hidden, or the root window is lost, the front buffer will be cleared as usual. BUG=462752,434401 Review URL: https://codereview.chromium.org/1001573003 Cr-Commit-Position: refs/heads/master@{#322052}
-
emircan authored
Changed thread_checker usage on VideoCaptureImpl and VideoCaptureImplManager to make it more explicit that the calls are run on the IO thread. BUG=463009 TEST=Succesfully ran VideoCaptureImplTest.* and VideoCaptureImplManagerTest.* in content_unittests. Review URL: https://codereview.chromium.org/978993002 Cr-Commit-Position: refs/heads/master@{#322051}
-
wjmaclean authored
In recent CLs that have turned on webview-based signin, the old chrome signin url has been adopted by the new signin mechanism, but this has resulted in the webview's embedder being placed in a separate storage partition, which has broken both default page zoom behaviour. It has also prevented the appearance of the signin page's zoom level in the zoom exceptions list in settings. This CL restores previous behaviour, where the webview's embedder lives in the default storage partition. BUG=462559 Review URL: https://codereview.chromium.org/996743003 Cr-Commit-Position: refs/heads/master@{#322050}
-
chrome://welcomenewt authored
The welcome page was removed in M40. Users who had the welcome page open when upgrading from pre-M40 to post-M40 will see a "webpage not available" error after the upgrade. This fixes that behavior by replacing the welcome page with an NTP. BUG=455427 Review URL: https://codereview.chromium.org/1036533002 Cr-Commit-Position: refs/heads/master@{#322049}
-
pneubeck authored
BUG=432280 Review URL: https://codereview.chromium.org/1027513005 Cr-Commit-Position: refs/heads/master@{#322048}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/230d131d..7c24c58d Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1029923002 Cr-Commit-Position: refs/heads/master@{#322047}
-
spang authored
This used to store the original size prior to calibration but that changed in r304472 ("Keep track of window -> displays mapping"). It no longer behaves as documented & isn't necessary, so remove it. TEST=compile BUG=none Review URL: https://codereview.chromium.org/1035513002 Cr-Commit-Position: refs/heads/master@{#322046}
-
pedrosimonetti authored
This CL updates the asset for the promo's image, and updates the promo styles to conform with the new design spec. See bug report for complete design spec and mocks. BUG=441476 Review URL: https://codereview.chromium.org/982643002 Cr-Commit-Position: refs/heads/master@{#322045}
-
paulmeyer authored
BUG=466215 Review URL: https://codereview.chromium.org/1026703004 Cr-Commit-Position: refs/heads/master@{#322044}
-
srawlins authored
BUG= Review URL: https://codereview.chromium.org/1022543002 Cr-Commit-Position: refs/heads/master@{#322043}
-
antrim authored
BUG=462445 Review URL: https://codereview.chromium.org/1025663002 Cr-Commit-Position: refs/heads/master@{#322042}
-
treib authored
Followup to https://crrev.com/1018003002 BUG=463463 Review URL: https://codereview.chromium.org/1028603003 Cr-Commit-Position: refs/heads/master@{#322041}
-
lazyboy authored
is embedded in WebUI. This is no-op in CANARY or tott build. BUG=469237 Test=launch chrome with --enable-inline-signin Navigate a tab to sign in page: i.e. chrome://chrome-signin/ Right click on white background, you shouldn't see inpsect element. Review URL: https://codereview.chromium.org/1024153002 Cr-Commit-Position: refs/heads/master@{#322040}
-
chrome://extensionsrdevlin.cronin authored
BUG=469332 Review URL: https://codereview.chromium.org/1015013007 Cr-Commit-Position: refs/heads/master@{#322039}
-
maclellant authored
If there is a hang-up in the Finalize() method for cast_service, then the cast_shell process will never return and cannot be stopped using SIGTERM. We should add a timeout so that the process is forcibly killed if it refuses to exit properly. BUG= Review URL: https://codereview.chromium.org/1002603006 Cr-Commit-Position: refs/heads/master@{#322038}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/e02c944..f5b17fb CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1022673009 Cr-Commit-Position: refs/heads/master@{#322037}
-
jmadill authored
https://chromium.googlesource.com/angle/angle/+log/bdd419f9f..3cd438d1 BUG=82385 R=thakis@chromium.org Review URL: https://codereview.chromium.org/1034533002 Cr-Commit-Position: refs/heads/master@{#322036}
-
binji authored
Path("foo/bar") has 2 components "foo" and "bar". It is legal when calling Path::Range to access an invalid component (e.g. Path("foo/bar").Range(2, 2). In this case, the previous STL-based implementation would return "", but my non-STL implementation was incorrectly returning "foo/bar". BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/1018393007 Cr-Commit-Position: refs/heads/master@{#322035}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f3882d6..d0c7791 TBR=alph@chromium.org,jchaffraix@chromium.org Review URL: https://codereview.chromium.org/1033673003 Cr-Commit-Position: refs/heads/master@{#322034}
-
megjablon authored
BUG=449665 Review URL: https://codereview.chromium.org/998163005 Cr-Commit-Position: refs/heads/master@{#322033}
-
awoloszyn authored
BUG=469230 Review URL: https://codereview.chromium.org/1029323004 Cr-Commit-Position: refs/heads/master@{#322032}
-
wfh authored
With the NPAPI deprecation, there is no point prompting to install plugins. Most of the guts is left in place for the out of date plugin infobar, which is still needed. BUG=459155 TEST=Visit https://java.com/en/download/uninstallapplet.jsp and verify no install prompt appears. Review URL: https://codereview.chromium.org/1025303007 Cr-Commit-Position: refs/heads/master@{#322031}
-
pneubeck authored
The documentation didn't match the implementation, e.g. of ExtensionService::TrackTerminatedExtension . Review URL: https://codereview.chromium.org/1026223003 Cr-Commit-Position: refs/heads/master@{#322030}
-
treib authored
BUG=397951 Review URL: https://codereview.chromium.org/1028123002 Cr-Commit-Position: refs/heads/master@{#322029}
-
pkotwicz authored
The mouse wheel offset is already in "DIPs" because one "mouse wheel click" generates the same offset regardless of the device scale factor. Remove extra scaling done by MouseWheelEvent::UpdateForRootTransform() BUG=412560 TEST=Manual, see bug Review URL: https://codereview.chromium.org/1027193003 Cr-Commit-Position: refs/heads/master@{#322028}
-
johannkoenig authored
Move to indianrunnerbranch for v1.4.0 https://codereview.chromium.org/1026393002 R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/1028373003 Cr-Commit-Position: refs/heads/master@{#322027}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/62a320c..e02c944 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1028253004 Cr-Commit-Position: refs/heads/master@{#322026}
-
mathp authored
Histograms that are no longer logged: NewTabPage.MostVisited.client0 NewTabPage.SuggestionsImpression.client0 Field trials that are deprecated: ChromeSuggestions Cleanup in the tests as well. TBR=mgiuca BUG=None TEST=SuggestionsServiceTest* Review URL: https://codereview.chromium.org/1030713002 Cr-Commit-Position: refs/heads/master@{#322025}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/5875d93..f3882d6 TBR=alph@chromium.org,jchaffraix@chromium.org Review URL: https://codereview.chromium.org/1029393002 Cr-Commit-Position: refs/heads/master@{#322024}
-
davidben authored
This updates histograms.xml for the UseCounter added in https://codereview.chromium.org/1017903003 BUG=none Review URL: https://codereview.chromium.org/1010083005 Cr-Commit-Position: refs/heads/master@{#322023}
-
agoode authored
BUG=431489 Review URL: https://codereview.chromium.org/1025163002 Cr-Commit-Position: refs/heads/master@{#322022}
-
jeremyim authored
- Add the ClientConfig proto definition corresponding to the response coming from the service. - Create a means of generating a pseudo response from the built in params and request options. - Create a class to parse the JSON response. - Add necessary helper classes for the ProxyScheme and time values coming from the service. BUG=466753 Committed: https://crrev.com/97652ebe50c4be712aa976776bee9694cbce1178 Cr-Commit-Position: refs/heads/master@{#321931} Review URL: https://codereview.chromium.org/1017853003 Cr-Commit-Position: refs/heads/master@{#322021}
-
alph authored
Revert of Update V8 to version 4.3.51. (patchset #1 id:1 of https://codereview.chromium.org/1033603003/) Reason for revert: Broke several blink tests related to line/column positions. http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux/builds/45881 http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=window-onerror-1 Original issue's description: > Update V8 to version 4.3.51. > > Summary of changes available at: > https://chromium.googlesource.com/v8/v8/+log/230d131d..19b29c5c > > Please follow these instructions for assigning/CC'ing issues: > https://code.google.com/p/v8-wiki/wiki/TriagingIssues > > TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org > > Committed: https://crrev.com/814cfc622787295a0c27fa1a8c55c95685ac76f4 > Cr-Commit-Position: refs/heads/master@{#321994} TBR=hablich@chromium.org,machenbach@chromium.org,vogelheim@chromium.org,yangguo@chromium.org,v8-autoroll@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1034543002 Cr-Commit-Position: refs/heads/master@{#322020}
-