- 07 Mar, 2015 33 commits
-
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#319561}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d6185423..51bf7a79 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/985183002 Cr-Commit-Position: refs/heads/master@{#319560}
-
Jun Mukai authored
This reverts commit eefeef59. Revert reason: failure on WinXP builder BUG=459812 TBR=dschuyler@chromium.org, msw@chromium.org Review URL: https://codereview.chromium.org/989853002 Cr-Commit-Position: refs/heads/master@{#319559}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#319558}
-
mpearson authored
We normally send all providers a Stop() call after a certain amount of time (1.5 seconds I think) under the rationale that revising the suggestions list that late is disruptive to the user's experience. This doesn't make sense for explicitly-invoke omnibox extensions, which could be doing long-running processes under the hood. This change revises the AutocompleteProvider API to allow providers to differentiate these two types of Stop() calls. It makes KeywordProvider ignore the Stop() calls due to this inactivity timer. BUG=462501 Review URL: https://codereview.chromium.org/985503002 Cr-Commit-Position: refs/heads/master@{#319557}
-
michaelbai authored
Make it using base::android::OnJNIOnLoadRegister(). BUG=447393 Review URL: https://codereview.chromium.org/981323002 Cr-Commit-Position: refs/heads/master@{#319556}
-
asanka authored
OpenItem() now takes an OpenItemType parameter that should specify expected type of the object to be opened. It verifies the type of the object before invoking platform specific logic for opening the item. Code that assumed that the target of OpenItem() was always a folder should now no longer unintentionally open or execute the file at the target location when this assumption was found to not be correct. In addition to the checks performed by OpenItem, the platform specific logic used to open folders fail if the target type is not a directory. BUG=387037 Review URL: https://codereview.chromium.org/352393002 Cr-Commit-Position: refs/heads/master@{#319555}
-
stuartmorgan authored
This upstreams the bulk of ios/web/public. Mostly this is new files, but also some diffs to existing files (where those don't introduce build dependencies that aren't available yet). All files in this CL are added to the build. BUG=464810 Review URL: https://codereview.chromium.org/986743003 Cr-Commit-Position: refs/heads/master@{#319554}
-
thestig authored
Revert of Revert of [MemSherrif] Uninitialized Read (patchset #2 id:40001 of https://codereview.chromium.org/986763002/) Reason for revert: DrMemory bots still hit the bug: http://build.chromium.org/p/chromium.memory.fyi/builders/Windows%20Content%20Browser%20%28DrMemory%20full%29%20%286%29/builds/3752 Original issue's description: > Revert of [MemSherrif] Uninitialized Read (patchset #1 id:1 of https://codereview.chromium.org/969073002/) > > Reason for revert: > Uninitialized read should now be fixed (and there is a test). Should this revert break the DrMemory bots, this revert should be reverted. > > Original issue's description: > > [MemSherrif] Uninitialized Read > > > > BUG=463204 > > TBR=reed@chromium.org, thestig@chromium.org > > > > Committed: https://crrev.com/94d1b7498d7b5c4fc25e3337be117f8c9ef1dbf2 > > Cr-Commit-Position: refs/heads/master@{#318760} > > TBR=thestig@chromium.org,groby@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=463204 > > Committed: https://crrev.com/82417f64ce69c98a93f82f59e6adda1c9c2e510c > Cr-Commit-Position: refs/heads/master@{#319503} TBR=groby@chromium.org,bungeman@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=463204 Review URL: https://codereview.chromium.org/984073007 Cr-Commit-Position: refs/heads/master@{#319553}
-
kelvinp authored
The SessionConnector is intended be a core component that is shared between app remoting and desktop remoting. It2Me is desktop remoting specific and should not be there. This CL pulls out all the It2Me connection logic into It2MeConnectFlow. BUG=464614 Review URL: https://codereview.chromium.org/984793003 Cr-Commit-Position: refs/heads/master@{#319552}
-
dfalcantara authored
* Generalizes WebappMetrics as LaunchMetrics to allow recording information about Home screen bookmark launches, which are handled as Tabs. * Removes the previous count metric without marking it as obsolete because the downstream calling code never landed. * Splits the previous RAPPOR metric into two to differentiate between shortcut and web app launches. Again, calling code never landed. BUG=462745 Review URL: https://codereview.chromium.org/989523003 Cr-Commit-Position: refs/heads/master@{#319551}
-
gangwu authored
Current string: Signed in as [email]. Manage your synced data and devices on Google Dashboard. New strings: Signed in as [email]. Manage your synced data and devices on chrome.com/sync BUG=402615 Manual test: launch chrome by chrome --force-fieldtrials="ChromeDashboard/Enabled/" log in chrome, and then go to settings, on the top of settings, there should be the new string, click the "chrome.com/sync", it should bring you to new URL(chrome.com/sync). Review URL: https://codereview.chromium.org/959343003 Cr-Commit-Position: refs/heads/master@{#319550}
-
miu authored
All tab capture platforms have supported capture via event-driven compositor updates for quite a while now. The "notification of backing store change" code path never triggers, except in certain edge cases where extra frame captures will be started. The extra frame captures are bad for the user experience, since the extra frames reduce video playback smoothness. The extra frame captures were also throwing-off the "out-of-order frame delivery" logic, causing wanted frames to be dropped. BUG=464475 Review URL: https://codereview.chromium.org/989683004 Cr-Commit-Position: refs/heads/master@{#319549}
-
tfarina authored
And all the unused files under chrome/test/perf/. BUG=None TEST=everything still works + trybots R=sky@chromium.org Review URL: https://codereview.chromium.org/938603004 Cr-Commit-Position: refs/heads/master@{#319548}
-
tommycli authored
1. Changes desktop tab load time from 100ms to 1500ms. 2. Doesn't preload tabs if network is down. In my manual testing, the ChromeOS 1500ms timeout does not feel slow. It actually feels "just right". BUG=463567 Review URL: https://codereview.chromium.org/983223002 Cr-Commit-Position: refs/heads/master@{#319547}
-
sunnyps authored
The ScrollbarFadePinchZoomScrollbars test wasn't really testing any pinch zoom functionality so it has been removed. There were no tests for thinning scrollbar animations so those have been added. Review URL: https://codereview.chromium.org/955233002 Cr-Commit-Position: refs/heads/master@{#319546}
-
eroman authored
BUG=454983 Review URL: https://codereview.chromium.org/990433003 Cr-Commit-Position: refs/heads/master@{#319545}
-
orenb authored
BUG= Review URL: https://codereview.chromium.org/981343002 Cr-Commit-Position: refs/heads/master@{#319544}
-
danakj authored
A namespace foo should end with a comment "// namespace foo", this corrects errors in base/. BUG=464816 Review URL: https://codereview.chromium.org/981803003 Cr-Commit-Position: refs/heads/master@{#319543}
-
ttuttle authored
Don't allow empty labels in DNS names (".example.domain.com" or "google..com"). BUG=456391 Review URL: https://codereview.chromium.org/919023003 Cr-Commit-Position: refs/heads/master@{#319542}
-
enne authored
BUG=435632,464859 Review URL: https://codereview.chromium.org/982413003 Cr-Commit-Position: refs/heads/master@{#319541}
-
thestig authored
BUG=464850 TBR=groby@chromium.org Review URL: https://codereview.chromium.org/986653003 Cr-Commit-Position: refs/heads/master@{#319540}
-
estade authored
Before this patch, we had code to avoid showing duplicates, but it would not prevent showing subsets. For example, if you had profiles: - Daisy Green, 123 Main, Littleton, CO - Daisy Green, 123 Main, Littleton, CO, 80161 It would suggest both. BUG=463305 Review URL: https://codereview.chromium.org/970403002 Cr-Commit-Position: refs/heads/master@{#319539}
-
bnc authored
Fully qualify std::make_pair, also format to converge to server code. This CL lands server change 86268546 by sbenza. BUG= Review URL: https://codereview.chromium.org/986713002 Cr-Commit-Position: refs/heads/master@{#319538}
-
mdempsky authored
[Reland of https://codereview.chromium.org/940693004] Previously they were more like integration tests that relied on seccomp-bpf for installing the policies and executing them via live system calls. BUG=449357 Review URL: https://codereview.chromium.org/987603003 Cr-Commit-Position: refs/heads/master@{#319537}
-
jamiewalch authored
Currently, any invocation of getToken() may result in consent UI being shown, which makes it hard to predict what UI changes may result when a token is requested. This CL simplifies the flow: * Pre-authorize the app before calling the start() method. * Only that first authorization will result in any in-app UI being shown. * Subsequent calls to getToken() may cause the chrome.identity consent UI to be shown, but this should only happen in exceptional circumstances and since no DOM changes are involved, it's a more predictable flow. Review URL: https://codereview.chromium.org/981723003 Cr-Commit-Position: refs/heads/master@{#319536}
-
tfarina authored
These entries are not more necessary now that the componentization work has been completed. BUG=144783,383597 R=sky@chromium.org Review URL: https://codereview.chromium.org/983183004 Cr-Commit-Position: refs/heads/master@{#319535}
-
pcc authored
This flag enables Clang's new control flow integrity mechanism for virtual table calls, which is documented at: http://clang.llvm.org/docs/ControlFlowIntegrity.html BUG=464797 R=thakis@chromium.org Review URL: https://codereview.chromium.org/985713005 Cr-Commit-Position: refs/heads/master@{#319534}
-
andresantoso authored
For mac_views_browser we currently compile as if for Cocoa+toolkit_views then remove both views files that are not ready, and cocoa files that conflict with things already ported. More of views compiles on Mac now than doesn't (but isn't ready to go into a release build). This change moves those ready files back to non_mac_sources for now. There are too many doubly defined functions that we risk linking a Views one into the shipping Cocoa binary. Then, for mac_views_browser, we add all the "non_mac" views files and just remove the cocoa files that would conflict. BUG=425229 Review URL: https://codereview.chromium.org/987483003 Cr-Commit-Position: refs/heads/master@{#319533}
-
tapted authored
WidgetTest.WidgetDeleted_InOnMousePressed was failing because the test widget is initialized with a 0x0+0+0 bounds, which is then resized with SetSize(). Since it's also a popup type, widget.cc does not call either of SetInitialBounds{,ForFramelessWindow}. This resulted in a window that was offscreen, so mouse events were not sent to it. To fix, widgets with no initial bounds are put at the top left of the screen rather than the bottom-left. The test was also flaky because the event generator was not retaining the NSWindow. The tests are specifically to cover the widget being destroyed. Cocoa retains the window during event dispatch, so the event simulator should as well. BUG=378134 Review URL: https://codereview.chromium.org/987733002 Cr-Commit-Position: refs/heads/master@{#319532}
-
brettw authored
This hooks up unmasked server credit cards to the Chrome clear private data feature. When all data is cleared, all cards will be re-masked. For time ranges, only cards unmasked in that time range will be re-masked. The use-case for re-masking cards unmasked in the past hour is very weak, but we just don't want to re-mask cards that you unmasked a long time ago, and this is how everything else works. This adds a "phone number" column to the server address table. This will be hooked up in a future patch. Doing it here saves another database version bump. Review URL: https://codereview.chromium.org/967453005 Cr-Commit-Position: refs/heads/master@{#319531}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/a9baa65..9ce30e1 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=joshualitt@google.com Review URL: https://codereview.chromium.org/985793003 Cr-Commit-Position: refs/heads/master@{#319530}
-
sunnyps authored
This adds xdisplaycheck as a dependency of cc_unittests_run for gyp isolate builds. xdisplaycheck is used by the isolate script to run cc_unittests so it must be built when cc_unittests is built. BUG=464062 Review URL: https://codereview.chromium.org/981683002 Cr-Commit-Position: refs/heads/master@{#319529}
-
- 06 Mar, 2015 7 commits
-
-
andresantoso authored
Using aura::WindowTracker won't compile with MacViews. Replace it with the cross-platform NativeWindowTracker. BUG=425229 Review URL: https://codereview.chromium.org/965103005 Cr-Commit-Position: refs/heads/master@{#319528}
-
avi authored
BUG=369661 TEST=no code changes; this adds new tests Review URL: https://codereview.chromium.org/984063003 Cr-Commit-Position: refs/heads/master@{#319527}
-
chrishtr authored
Revert of Raster into an SkP before rendering a DisplayList. (patchset #2 id:20001 of https://codereview.chromium.org/966443003/revert) Reason for revert: This broke some layout tests, in particular the ones referred to in crbug.com/460198. Original issue's description: > Raster into an SkPicture before rendering a DisplayList. > > Rasterizing a display list is more than 2x slower than rasterizing in the existing architecture. This is due to recording more with a display list and we have no bounding hierarchy to cull content quickly. > > We can address this by creating an SkPicture from the list, with a bounding hierarchy, and rasterizing that instead. The result is slightly faster than the non-S.P. pipeline but uses 2x more memory. > > BUG=464738 > > Committed: https://crrev.com/de765f47e9449420e46d968ec40bb6f41a193990 > Cr-Commit-Position: refs/heads/master@{#319519} TBR=ajuma@chromium.org,enne@chromium.org,schenney@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=464738 Review URL: https://codereview.chromium.org/980793007 Cr-Commit-Position: refs/heads/master@{#319526}
-
erikwright authored
BUG=460512 Review URL: https://codereview.chromium.org/985763004 Cr-Commit-Position: refs/heads/master@{#319525}
-
dschuyler authored
Some answers in suggest results have an associated icon, for example the weather may show a sunny or cloudy-skies image. This change will download the associated icon and display it in the answer suggested. BUG=456339 Review URL: https://codereview.chromium.org/917333004 Cr-Commit-Position: refs/heads/master@{#319524}
-
tedchoc authored
The progress bar changes much more often than the contents of the toolbar, so splitting the two will allow for cheaper updates to the toolbar texture. BUG=461148 Review URL: https://codereview.chromium.org/986683002 Cr-Commit-Position: refs/heads/master@{#319523}
-
xunjieli authored
If consumer calls GetHttpStatusCode/GetHttpStatusText after the request adapter has been destroyed, we will be in trouble. The new APIs don't have this problem. This CL adds null checks on the Java side to make sure we won't call into the native adapter when it is destroyed. BUG=460161 Review URL: https://codereview.chromium.org/945843003 Cr-Commit-Position: refs/heads/master@{#319522}
-