- 26 Feb, 2015 40 commits
-
-
brettw authored
BUG= Review URL: https://codereview.chromium.org/958743003 Cr-Commit-Position: refs/heads/master@{#318272}
-
sgurun authored
The close API has to consider these cases: 1. A message port can be in a pending state 2. A message could be queued in renderer waiting for conversion Therefore close() immediately closes the port, but it does not cleanup the resources until all the messages are transferred. BUG=393291 Review URL: https://codereview.chromium.org/956763002 Cr-Commit-Position: refs/heads/master@{#318271}
-
Magnus Jedvert authored
WebRTC 8509:8518 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/976aecb..63c0bee Libjingle 8510:8519 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/e574ba0..18c12d7 TBR=tommi Review URL: https://codereview.chromium.org/960973002 Cr-Commit-Position: refs/heads/master@{#318270}
-
jrummell authored
BUG=418239 TEST=EME tests still pass Review URL: https://codereview.chromium.org/955993004 Cr-Commit-Position: refs/heads/master@{#318269}
-
rdevlin.cronin authored
developerPrivate.enable didn't do anything that management.setEnabled didn't. Simply map developerPrivate.enable to management.setEnabled. BUG=461039 NOTRY=true Review URL: https://codereview.chromium.org/953003003 Cr-Commit-Position: refs/heads/master@{#318268}
-
k.czech authored
Blink's CL changes approach of colspan's calculating. Calculation is based on effective columns's conversion. Malformed colspan such as <table><tr><td colspan="10"></td><th></th></tr></table> now is calculated as {0, 1} not {0, 10} Update also a test case so that we could check valid colspans. BUG=457687 Review URL: https://codereview.chromium.org/956803003 Cr-Commit-Position: refs/heads/master@{#318267}
-
mcchou authored
device/bluetooth: Implement Unregister() of BlueotoothAudioSinkChromeOS and disconnection-related clean-up. This CL implements all functions related to unregistering BluetoothAudioSinkChromeOS and cleaning up the resources, such as media, media endpoint, media transport and transport-specific properties. These functions will be called when a connect between a remote device and an A2DP sink closes. The corresponding tests are included in BluetoothAudioSinkChromeOSTest. BUG=441581 TEST=device_unittests --gtest_filter=*AudioSink* Review URL: https://codereview.chromium.org/939753004 Cr-Commit-Position: refs/heads/master@{#318266}
-
weiliangc authored
When shutting down, TaskGraphRunner will clear out tasks that are ready to run and wait for running tasks to finish running. Wait is disallowed in main thread and crashes in single thread impl-side painting. R=danakj, jam, brettw BUG=369653 Review URL: https://codereview.chromium.org/946103004 Cr-Commit-Position: refs/heads/master@{#318265}
-
hush authored
Exposed a function BrowserViewRenderer::FromWebContents to allow android_webview/browser/ layer to get hold of the instance of BrowserViewRenderer through WebContents, without the help of AwContents, which is in android_webview/native/ layer. BUG=459779, 460826 Review URL: https://codereview.chromium.org/950973003 Cr-Commit-Position: refs/heads/master@{#318264}
-
grt authored
BUG=442785 TBR=qyearsley@chromium.org Review URL: https://codereview.chromium.org/963543002 Cr-Commit-Position: refs/heads/master@{#318263}
-
Sergey Matveev authored
I ran the file through dos2unix. NOTRY because the newlines confuse trybots ("failed applying patch"). TBR=jam@chromium.org BUG=98637 NOTRY=true NOPRESUBMIT=true Review URL: https://codereview.chromium.org/961873002 Cr-Commit-Position: refs/heads/master@{#318262}
-
wnwen authored
BUG= Review URL: https://codereview.chromium.org/947463002 Cr-Commit-Position: refs/heads/master@{#318261}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/7d4f418..1e16e5d TBR=timvolodine@chromium.org,hclam@chromium.org Review URL: https://codereview.chromium.org/960213003 Cr-Commit-Position: refs/heads/master@{#318260}
-
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}
-