- 09 Mar, 2015 13 commits
-
-
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}
-
fmalita authored
The tests are tagged for rebaseline in Blink now, new results trickling in. BUG=458898 TBR=reed@google.com,robertphillips@google.com Review URL: https://codereview.chromium.org/990103002 Cr-Commit-Position: refs/heads/master@{#319608}
-
bauerb authored
Previously, the callback would be run when a new Profile object was instantiated, even when the profile already existed on disk. This would have the effect of reopening windows for closed profiles, when we just want to preload the profile on Mac. BUG=463898 Review URL: https://codereview.chromium.org/961863006 Cr-Commit-Position: refs/heads/master@{#319607}
-
tfarina authored
Looks like nobody is using this target according to https://code.google.com/p/chromium/codesearch#chromium/src/build/all.gyp&q=chromium_builder_perf_av&sq=package:chromium&l=645 BUG=224072 TEST=trybots R=thakis@chromium.org Review URL: https://codereview.chromium.org/984363002 Cr-Commit-Position: refs/heads/master@{#319606}
-
yoshiki authored
BUG=464890 R=fukino@chromium.org Review URL: https://codereview.chromium.org/980423003 Cr-Commit-Position: refs/heads/master@{#319605}
-
mvanouwerkerk authored
BUG=464030 Review URL: https://codereview.chromium.org/984073003 Cr-Commit-Position: refs/heads/master@{#319604}
-
yoshiki authored
menuitem The condition to check the status of "resume" was wrong. This patch fixes it by flipping the condition. BUG=465193 TBR=asanka@chromium.org Review URL: https://codereview.chromium.org/991753002 Cr-Commit-Position: refs/heads/master@{#319603}
-
yoshiki authored
This is a clean up CL and should not change any behavior. BUG=none TEST=browsertest passes Review URL: https://codereview.chromium.org/984593002 Cr-Commit-Position: refs/heads/master@{#319602}
-
Michael Achenbach authored
NOTRY=true R=jkummerow@chromium.org TBR=jkummerow@chromium.org BUG=465187 Review URL: https://codereview.chromium.org/989183002 Cr-Commit-Position: refs/heads/master@{#319601}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#319600}
-
Lei Zhang authored
BUG=449754 R=thakis@chromium.org TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/988243002 Cr-Commit-Position: refs/heads/master@{#319599}
-
Florin Malita authored
BUG=458898 TBR=reed@google.com NOTRY=true Review URL: https://codereview.chromium.org/926403002 Cr-Commit-Position: refs/heads/master@{#319598}
-
- 08 Mar, 2015 27 commits
-
-
agoode authored
This is dependent on https://codereview.chromium.org/965903003/ BUG=377250 Review URL: https://codereview.chromium.org/968663004 Cr-Commit-Position: refs/heads/master@{#319597}
-
guoweis authored
BUG=413437 Review URL: https://codereview.chromium.org/990503002 Cr-Commit-Position: refs/heads/master@{#319596}
-
tapted authored
The NSView hosting composited UI was stealing hit tests used for accessibility. This CL makes the compositor superview unhittable. An integration test is added. Implement [AXPlatformNodeCocoa AXTitle] which is needed anyway and gives the test something to check for. BUG=462133 Review URL: https://codereview.chromium.org/976403004 Cr-Commit-Position: refs/heads/master@{#319595}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#319594}
-
pfeldman authored
BUG=463892 Review URL: https://codereview.chromium.org/985343002 Cr-Commit-Position: refs/heads/master@{#319593}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/82966b5..cedc36f CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=mtklein@google.com Review URL: https://codereview.chromium.org/989053002 Cr-Commit-Position: refs/heads/master@{#319592}
-
tfarina authored
Tested with the following command lines: $ gn gen out-gn $ ninja -C out-gn egl $ gn check out-gn //gpu/gles2_conform_support/egl/* BUG=None TEST=see above R=dpranke@chromium.org TBR=piman@chromium.org Review URL: https://codereview.chromium.org/988053002 Cr-Commit-Position: refs/heads/master@{#319591}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ceb9cf3c..1fbbd4ac 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/990013002 Cr-Commit-Position: refs/heads/master@{#319590}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/51bf7a79..ceb9cf3c 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/989853003 Cr-Commit-Position: refs/heads/master@{#319589}
-
kinuko authored
To support Clients.matchAll(options) * Add ServiceWorkerClientQueryOptions param to GetClients IPC msg (renderer -> browser) * Add client_type field to ServiceWorkerClientInfo for DidGetClients IPC msg (browser -> renderer) Spec links: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#serviceworker-client-query-options-dictionary https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#clients-getall 1/2: https://codereview.chromium.org/958933004/ (blink) 2/2: THIS PATCH BUG=455241,460415 TEST=to be added after we add actual impl Review URL: https://codereview.chromium.org/970693003 Cr-Commit-Position: refs/heads/master@{#319588}
-
ccameron authored
BUG=133097 Review URL: https://codereview.chromium.org/982643003 Cr-Commit-Position: refs/heads/master@{#319587}
-
tommi authored
WebRTC 8643:8646 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/d6bd5e2..a2bd4b8 This roll includes a fix for the build configuration issue we ran into on Mac debug. TBR= Review URL: https://codereview.chromium.org/990703002 Cr-Commit-Position: refs/heads/master@{#319586}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#319585}
-
thakis authored
No behavior change. BUG=none Review URL: https://codereview.chromium.org/985403002 Cr-Commit-Position: refs/heads/master@{#319584}
-
samuong authored
BUG= TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/985253002 Cr-Commit-Position: refs/heads/master@{#319583}
-
samuong authored
BUG= TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/985243002 Cr-Commit-Position: refs/heads/master@{#319582}
-
rtenneti authored
CL generated with data from dead-code analysis using .../scythe:remove_dead_code Dead code removal. Merge internal change: 87991626 https://codereview.chromium.org/987693006/ Add 'explicit' to the PacketWriterFactoryAdapter constructor, as complained about by Lint. Merge internal change: 87956343 https://codereview.chromium.org/988963002/ Adds an assert to confirm that QUIC's session flow control window is always larger than the stream flow control window, and fixes some tests. Merge internal change: 87837841 https://codereview.chromium.org/987943003/ Implement the "sanity checks" described in b/9509040: Incoming packets whose connection ID is not associated with a session and is not recorded as being in time-wait state are tested for reasonableness before a session is created for them. This won't protect much against deliberate DoS but will screen out a reasonable fraction of truly junk packets. Add sanity tests so we do not create connections for initial packets with truncated connection IDs. Merge internal change: 87831756 https://codereview.chromium.org/981193003/ Change the null value for packet sequence numbers to kInvalidPacketSequenceNumber (== 0), which cannot appear as a packet sequence number. Update QuicFecGroupTest::UpdateAndRevive and QuicFecGroupTest::UpdateAndReviveOutOfOrder to generate packet numbers starting with 1 rather than 0. Change the null value for packet sequence numbers to kNullPacketSequenceNumber (== 0). Merge internal change: 87819844 https://codereview.chromium.org/989743003/ R=rch@chromium.org Review URL: https://codereview.chromium.org/990533002 Cr-Commit-Position: refs/heads/master@{#319581}
-
dpranke authored
This patch adds a whole bunch of small targets that had either already been done but weren't mentioned in the 'gn_all' group, or needed to be done. In theory this should produce no change on any platform other than Linux, except for one small windows target. R=brettw@chromium.org TBR=dtu@chromium.org BUG=432959 CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/975123003 Cr-Commit-Position: refs/heads/master@{#319580}
-
andresantoso authored
Aura specific code in ExtensionPopup won't compile with MacViews. Refactor them into an Aura specific subclass. BUG=425229 Review URL: https://codereview.chromium.org/980663003 Cr-Commit-Position: refs/heads/master@{#319579}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/5bd3ef0..27dc83a TBR= Review URL: https://codereview.chromium.org/989953002 Cr-Commit-Position: refs/heads/master@{#319578}
-
thestig authored
BUG=449754 Review URL: https://codereview.chromium.org/988633004 Cr-Commit-Position: refs/heads/master@{#319577}
-
dbeam authored
TBR=fukino@chromium.org BUG=463853 Review URL: https://codereview.chromium.org/984963003 Cr-Commit-Position: refs/heads/master@{#319576}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/9ce30e1..82966b5 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=mtklein@google.com Review URL: https://codereview.chromium.org/989033002 Cr-Commit-Position: refs/heads/master@{#319575}
-
jared.sohn authored
* Added 'cause' parameter to mute method to indicate if muted state was changed by a user or by an extension. * Added support for audible and muted event listeners. A future patch that relies on these changes will update an API to make the audible and muted states available to extensions. BUG=438903 Review URL: https://codereview.chromium.org/757033005 Cr-Commit-Position: refs/heads/master@{#319574}
-
tfarina authored
This regex can be simplified down to a single-one. Similar to the way we already do elsewhere, like in //cc (https://chromium.googlesource.com/chromium/src/+/master/cc/PRESUBMIT.py) and ui/app_list (https://chromium.googlesource.com/chromium/src/+/master/ui/app_list/PRESUBMIT.py) BUG=None TEST=git cl presubmit -uv R=thestig@chromium.org Review URL: https://codereview.chromium.org/984073005 Cr-Commit-Position: refs/heads/master@{#319573}
-
mlamouri authored
GetClientDocuments is posting on task to the UI thread for every clients it is currently controlling. This is coalescing the requests into one task in order to reduce resource usage. This also gives a better snapshot of the clients state given that all the information are gathered during the same event loop iteration. BUG=None Review URL: https://codereview.chromium.org/985113002 Cr-Commit-Position: refs/heads/master@{#319572}
-
estade authored
BUG=none Review URL: https://codereview.chromium.org/984173003 Cr-Commit-Position: refs/heads/master@{#319571}
-