- 26 Feb, 2015 40 commits
-
-
smut authored
BUG=460086 Review URL: https://codereview.chromium.org/959543007 Cr-Commit-Position: refs/heads/master@{#318259}
-
smut authored
BUG=440789 Review URL: https://codereview.chromium.org/950903006 Cr-Commit-Position: refs/heads/master@{#318258}
-
mlerman authored
BUG=461364 Review URL: https://codereview.chromium.org/957313002 Cr-Commit-Position: refs/heads/master@{#318257}
-
sergeyu authored
Currently BufferedSocketWriter is in remoting/protocol and cannot be used in remoting/signaling. Also cleaned up the tests to remove dependency on remoting/protocol. Review URL: https://codereview.chromium.org/954973004 Cr-Commit-Position: refs/heads/master@{#318256}
-
emircan authored
Renamed v4l2_video_device.*->v4l2_device.* and generic_v4l2_video_device.*->generic_v4l2_device.* and tegra_v4l2_video_device.*->tegra_v4l2_device.* to be consistent with class names. BUG=453934 TEST=Built and deployed on peach_pi. AppRTC loopback and VEA test works fine. Review URL: https://codereview.chromium.org/882123004 Cr-Commit-Position: refs/heads/master@{#318255}
-
brettw authored
This target tracks progress on required test target progress. Review URL: https://codereview.chromium.org/961473002 Cr-Commit-Position: refs/heads/master@{#318254}
-
reveman authored
This is useful when analyzing the discardable memory usage of a specific renderer and the crash key is useful to have in crash reports. BUG=460995 Review URL: https://codereview.chromium.org/952273005 Cr-Commit-Position: refs/heads/master@{#318253}
-
dnicoara authored
Need to keep track of changing displays and update the cursor buffers when the window moves between DRM devices. BUG=461105 Review URL: https://codereview.chromium.org/963453003 Cr-Commit-Position: refs/heads/master@{#318252}
-
smckay authored
TBR=dbeam NOTRY=true Review URL: https://codereview.chromium.org/960313002 Cr-Commit-Position: refs/heads/master@{#318251}
-
xunjieli authored
This CL removes URLRequest trace events tagged with category, "net". URLRequest events are already logged by trace_net_log_observer.cc using the new "netlog" category. This CL is a part of the effort to deprecate the old "net" category. BUG=456114 Review URL: https://codereview.chromium.org/931343002 Cr-Commit-Position: refs/heads/master@{#318250}
-
bnc authored
This CL changes the event type logged when HTTP/2 HEADERS frame is sent to reflect that fact that it is not a SYN_STREAM (which does not even exist in HTTP2). BUG=456986 Review URL: https://codereview.chromium.org/959903002 Cr-Commit-Position: refs/heads/master@{#318249}
-
skyostil authored
Convert enums to enum classes to make their purpose clearer and to make it easier to expose them to the unit tests. Note that the task queue identifier is maintained as a numeric enum because it serves as an index to the task queue manager and selector. No functional changes. Review URL: https://codereview.chromium.org/962633002 Cr-Commit-Position: refs/heads/master@{#318248}
-
aurimas authored
BUG=266140 Review URL: https://codereview.chromium.org/954063003 Cr-Commit-Position: refs/heads/master@{#318247}
-
tmoniuszko authored
BUG= Review URL: https://codereview.chromium.org/952163002 Cr-Commit-Position: refs/heads/master@{#318246}
-
rsorokin authored
BUG=386557 Review URL: https://codereview.chromium.org/958923003 Cr-Commit-Position: refs/heads/master@{#318245}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/f47e707..d6ed19c CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/958883004 Cr-Commit-Position: refs/heads/master@{#318244}
-
jdduke authored
There's currently a shortcut that the RWHView can take with touch events when there is no registered touch handler. This avoids the overhead of passing the touch to the InputRouter/TouchEventQueue, but the predicate for conditionally forwarding the events is racy. This can lead to scenarios where a touch event stream is interrupted and the pipeline only sees a partial touch sequence. As the cost of always forwarding the events is relatively small, remove this optimization entirely, instead relying on the TouchEventQueue to filter events as appropriate. BUG=461583 Review URL: https://codereview.chromium.org/954973003 Cr-Commit-Position: refs/heads/master@{#318243}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/dfe404b..7d4f418 TBR=timvolodine@chromium.org Review URL: https://codereview.chromium.org/960903002 Cr-Commit-Position: refs/heads/master@{#318242}
-
xunjieli authored
This CL removes the "disabled-by-default-" prefix when logging "netlog" events in tracing. This CL is a part of the effort to deprecate the old "net" events, and promote the new "netlog" events. BUG=456114 Review URL: https://codereview.chromium.org/935723002 Cr-Commit-Position: refs/heads/master@{#318241}
-
kpschoedel authored
Emulates the ChromeOS/X11 method of using F16 and Mod3 to represent the caps lock key before remapping. BUG=461485 TEST=On device with external keyboard Review URL: https://codereview.chromium.org/959923002 Cr-Commit-Position: refs/heads/master@{#318240}
-
alemate authored
SetFirstLoginPrefs() should be called for kiosk sessions. BUG=445544 TEST=manual Review URL: https://codereview.chromium.org/954033003 Cr-Commit-Position: refs/heads/master@{#318239}
-
grt authored
Flaky on Linux Tests (dbg)(1) as well. BUG=449979 TBR=bolian@chromium.org Review URL: https://codereview.chromium.org/961753002 Cr-Commit-Position: refs/heads/master@{#318238}
-
kenobi authored
If a user has auto-import enabled in the g+ photos app, don't enable cloud import, and don't pop up notifications for it yet. We'll re-enable these notifications when the transition path has been smoothed a bit more. BUG=462110 Review URL: https://codereview.chromium.org/955313002 Cr-Commit-Position: refs/heads/master@{#318237}
-
fmalita authored
Re-implement BenchmarkingCanvas functionality based on public Skia APIs only. Convert Skia types to base::Value() structured data hierarchies (which are then pass through to the viewer). BUG=457691 R=reed@google.com,robertphillips@google.com,nduca@chromium.org,pdr@chromium.org Review URL: https://codereview.chromium.org/942533002 Cr-Commit-Position: refs/heads/master@{#318236}
-
sadrul authored
WebWorkerRunLoop serves no purpose anymore. So remove its use from chrome. This is part 1 of 3. Part 2: https://codereview.chromium.org/960443002 Part 3: https://codereview.chromium.org/955883002 BUG=461664 Review URL: https://codereview.chromium.org/937313003 Cr-Commit-Position: refs/heads/master@{#318235}
-
chrome://historytreib authored
- Don't use the groupByDomain version of the page (it's not adjusted for mobile yet) - Fix improper line breaks and formatting on blocked entries - Show the "blocked visit" icon - Hide the delete buttons BUG=452859 Review URL: https://codereview.chromium.org/957253003 Cr-Commit-Position: refs/heads/master@{#318234}
-
ellyjones authored
Instead of calling CFRunLoopRemoveSource, call CFRunLoopSourceInvalidate. Since the runloop is bound to the thread and threads are reused between resolutions, if the internals of the proxy resolver create any deferred tasks on the runloop, those tasks could refer to the removed-and-destroyed source when the runloop is next run. Instead, we call Invalidate, which should prevent any deferred tasks from running. BUG=166387 Review URL: https://codereview.chromium.org/959803004 Cr-Commit-Position: refs/heads/master@{#318233}
-
tfarina authored
These entries were found using a modified version of Eric's fix-includes.py script found attached in https://code.google.com/p/chromium/issues/detail?id=435361#c4. BUG=435361 TEST=content_unittests R=avi@chromium.org Review URL: https://codereview.chromium.org/952323002 Cr-Commit-Position: refs/heads/master@{#318232}
-
grt authored
Revert of [Android WebView] Synthesize a fake page loading event on page source modification (patchset #8 id:140001 of https://codereview.chromium.org/924833003/) Reason for revert: Reverting to see if this caused AwContentsClientFullScreenTest#testPowerSaveBlockerIsTransferredToFullscreen failure here: http://crbug.com/462213. Original issue's description: > [Android WebView] Synthesize a fake page loading event on page source modification > > When a script modifies page source of a non-committed page, we need to > notify clients, so they can update the URL bar to avoid confusion. > > BUG=458569 > > Committed: https://crrev.com/e38bb6cdeb1170cb2cd7faae8507dc6c34c58c7d > Cr-Commit-Position: refs/heads/master@{#318222} TBR=torne@chromium.org,tedchoc@chromium.org,davidben@chromium.org,creis@chromium.org,mnaganov@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=458569 Review URL: https://codereview.chromium.org/958933002 Cr-Commit-Position: refs/heads/master@{#318231}
-
avayvod authored
Revert of Retry to add MockPresentationClient to use in layout tests. (patchset #4 id:60001 of https://codereview.chromium.org/907893002/) Reason for revert: While the LayoutTests only test the logic in the mocks and the plumbing, maintaining the mocks while working on the platform/public interface is a pain and requires landing patches simultaneously in Blink and Chromium repositories. There's no layout test using this anyway yet. I'll add layout tests later when the Blink-Chromium interface is stable and maybe Blink is merged into Chromium. Original issue's description: > Retry to add MockPresentationClient to use in layout tests. > > Now there's a MockPresentationService that's owned by WebTestProxy and > accepts private method calls from the tests. > > MockPresentationClient was moved to WebFrameTestProxy instance since > we want one per each frame. Reset logic is added too to make tests more > independent. > > BUG=412331 > > Committed: https://crrev.com/57b3af2412a81a4c0abf54e0146c0f7bf5530249 > Cr-Commit-Position: refs/heads/master@{#316199} TBR=mkwst@chromium.org,peter@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=412331 Review URL: https://codereview.chromium.org/963493002 Cr-Commit-Position: refs/heads/master@{#318230}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#318229}
-
rsorokin authored
ChromeOS Gaia: When webview is enabled CrOS get oauth_code from accounts.sandbox.google.com and make all the other auths against the default gaia url. BUG=461854 Review URL: https://codereview.chromium.org/958843003 Cr-Commit-Position: refs/heads/master@{#318228}
-
tfarina authored
It is not necessary to prefix types with bookmarks:: inside bookmarks namespace. BUG=None R=sky@chromium.org Review URL: https://codereview.chromium.org/955753002 Cr-Commit-Position: refs/heads/master@{#318227}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/e52e8b6..dfe404b TBR=timvolodine@chromium.org Review URL: https://codereview.chromium.org/956203004 Cr-Commit-Position: refs/heads/master@{#318226}
-
merkulova authored
BUG=461076 Review URL: https://codereview.chromium.org/960133002 Cr-Commit-Position: refs/heads/master@{#318225}
-
tfarina authored
BUG=None TEST=git cl upload && g cl presubmit -uvf R=danakj@chromium.org Review URL: https://codereview.chromium.org/947983003 Cr-Commit-Position: refs/heads/master@{#318224}
-
miguelg authored
Update the descriptions for the equivalent OriginSettings UMA. TBR=jhawkins BUG=433774 Review URL: https://codereview.chromium.org/952463002 Cr-Commit-Position: refs/heads/master@{#318223}
-
mnaganov authored
When a script modifies page source of a non-committed page, we need to notify clients, so they can update the URL bar to avoid confusion. BUG=458569 Review URL: https://codereview.chromium.org/924833003 Cr-Commit-Position: refs/heads/master@{#318222}
-
ricea authored
Bug 399535 is fixed so we no longer need the additional functions added to debug it. This reverts commit 27b2b57c. BUG=399535 Review URL: https://codereview.chromium.org/954393002 Cr-Commit-Position: refs/heads/master@{#318221}
-
ginkage authored
Starting a Chrome OS session (e.g. on Linux build) using "--login-profile=" and then pressing Ctrl+Shift+L triggers some nasty behavior, as the sign-in profile was not loaded yet (which is not the case during normal boot-up, as this profile is usually the first thing that loads). This patch aims to force its loading for such cases. This affects not only stub login, but also any session that was restored. Current patch reiterates CL from https://codereview.chromium.org/240333011/ BUG=346763 Review URL: https://codereview.chromium.org/933503004 Cr-Commit-Position: refs/heads/master@{#318220}
-