- 10 Jun, 2015 40 commits
-
-
justincohen authored
- NSObject's NS_DESIGNATED_INITIALIZER -init method requires an -init NS_UNAVAILABLE implementation. - Correct nonnull API usage. - Cast to NSInteger for comparisons with NSNotFound. - Account for dylib -> tbd change in latest Xcode. BUG=498581, 498825, 498841 Review URL: https://codereview.chromium.org/1171203004 Cr-Commit-Position: refs/heads/master@{#333756}
-
avi authored
BUG=369661 TEST=No whammies! Review URL: https://codereview.chromium.org/1171973004 Cr-Commit-Position: refs/heads/master@{#333755}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/cdb0c8c..30d24a9 TBR=yurys@chromium.org,dglazkov@chromium.org Review URL: https://codereview.chromium.org/1176923004 Cr-Commit-Position: refs/heads/master@{#333754}
-
prasadv authored
BUG=488688 Review URL: https://codereview.chromium.org/1163323010 Cr-Commit-Position: refs/heads/master@{#333753}
-
beaufort.francois authored
OLD=http://i.imgur.com/YC85Lci.png NOW=http://i.imgur.com/d1fjzzz.png BUG=400760 NOTRY=True Review URL: https://codereview.chromium.org/1175993002 Cr-Commit-Position: refs/heads/master@{#333752}
-
alexmos authored
This CL is the first step of refactoring frame openers to support out-of-process iframes: - Frame openers are now tracked by FrameTreeNodes rather than WebContents. Openers can point to subframes, and this change ensures that a cross-process opener can be properly used for things like navigation or postMessage. As part of this, the logic for clearing an opener when it is destroyed also moved into FrameTreeNode, where it uses a new Observer. - Various renderer->browser opener plumbing is refactored to use RenderFrameHosts instead of RenderViewHosts, which enables a newly created WebContents (or rather, its main frame) to track a subframe opener in the browser process. Future CLs will add support to further propagate per-frame opener information to a new window's renderer process, so that window.opener points to the right RenderFrameProxy in the cross-process case. Note that a subframe does not have an opener when it is created. The only way for it to gain an opener is if it is targeted by window.open(). Support for this will be added in a future CL. BUG=225940, 431769 Review URL: https://codereview.chromium.org/1086283002 Cr-Commit-Position: refs/heads/master@{#333751}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/5195805..f2fe0e0 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=djsollen@google.com Review URL: https://codereview.chromium.org/1177573004 Cr-Commit-Position: refs/heads/master@{#333750}
-
mharanczyk authored
This change is related to https://codereview.chromium.org/1062273002/. Without it renderer can draw controls (dropdowns, etc.) out of place, because it will have outdated screen coordinates. BUG=469857, 468669 Review URL: https://codereview.chromium.org/1143323009 Cr-Commit-Position: refs/heads/master@{#333749}
-
achaulk authored
Instead of querying the ResourceProvider, the size & overlay flag are stored in the quads directly. This eliminates the lookups that were otherwise required CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=jam (approved interface change) Review URL: https://codereview.chromium.org/1142343008 Cr-Commit-Position: refs/heads/master@{#333748}
-
mohsen authored
This is to ensure that there exists at most one instance of the menu runner simultaneously. This fix is now possible because of the ViewsDelegate refactoring. BUG=399721,492991 Review URL: https://codereview.chromium.org/1173083002 Cr-Commit-Position: refs/heads/master@{#333747}
-
skyostil authored
Call LeakSanitizer before RenderViewTest::TearDown(), as the latter may leak WebKit objects when it shuts down V8. BUG=328552,498407 Review URL: https://codereview.chromium.org/1175013002 Cr-Commit-Position: refs/heads/master@{#333746}
-
skyostil authored
This patch was mostly autogenerated with https://codereview.chromium.org/1010073002/. BUG=465354 Review URL: https://codereview.chromium.org/1167163002 Cr-Commit-Position: refs/heads/master@{#333745}
-
geofflang authored
BUG=490149 Review URL: https://codereview.chromium.org/1169293004 Cr-Commit-Position: refs/heads/master@{#333744}
-
spang authored
Device removal currently immediately updates the device list (ignoring pending_device_changes_), which could violate our promise to delay list updates until we've finished enumerating connected devices at startup. We make this promise to allow the UI to make decisions based on absence of devices once a full scan completes. This probably doesn't happen, but make it impossible anyway. Review URL: https://codereview.chromium.org/1170373002 Cr-Commit-Position: refs/heads/master@{#333743}
-
kinuko authored
BUG=498121 TEST=ServiceWorkerVersionTest.IdleTimeout Review URL: https://codereview.chromium.org/1179453002 Cr-Commit-Position: refs/heads/master@{#333742}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/30cbc7d..cdb0c8c TBR=yurys@chromium.org,dglazkov@chromium.org Review URL: https://codereview.chromium.org/1179553002 Cr-Commit-Position: refs/heads/master@{#333741}
-
alexclarke authored
The scheduler will use this as a signal to help determine when blink timers can be limited to running only during idle time. BUG=463143 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1165853002 Cr-Commit-Position: refs/heads/master@{#333740}
-
mdjones authored
When entering reader mode, it was possible to get into a state where the distilled page would have a pending history entry and would not have the rest of the history merged. This change moves the history merge to before a new entry is set in the distilled web contents. BUG=498576 Review URL: https://codereview.chromium.org/1171343002 Cr-Commit-Position: refs/heads/master@{#333739}
-
sbc authored
BUG=384104 Review URL: https://codereview.chromium.org/1139963003 Cr-Commit-Position: refs/heads/master@{#333738}
-
thakis authored
Revert of update.py: Check out and build libc++ libc++abi on OS X, set deployment target. (patchset #3 id:40001 of https://codereview.chromium.org/1169353002/) Reason for revert: broke clang/win tot bots Original issue's description: > update.py: Check out and build libc++ libc++abi on OS X, set deployment target. > > I had hoped to bump the deployment target to 10.7 instead, but the nacl bots > still build on 10.6 :-( > > Also, pass commands as a single string to subprocess when > shell=True (else, 2nd cmd entry and onward are treated as > shell parameters, not as part of the command). > > BUG=494442 > > Committed: https://crrev.com/8fe06c48bbe07670dba3cafdd4c613f0008948f9 > Cr-Commit-Position: refs/heads/master@{#333669} TBR=hans@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=494442 Review URL: https://codereview.chromium.org/1172363002 Cr-Commit-Position: refs/heads/master@{#333737}
-
simonhatch authored
We can use this for both Deep Reports (since those get sent to a different server), and for Slow Reports will need this to route to another endpoint. BUG=498419 Review URL: https://codereview.chromium.org/1164313006 Cr-Commit-Position: refs/heads/master@{#333736}
-
dgozman authored
BUG=none Review URL: https://codereview.chromium.org/1174533002 Cr-Commit-Position: refs/heads/master@{#333735}
-
aberent authored
This is is intended for C++ unit tests (e.g. the net unit tests) that don't run with the UI thread as their main looper, but test code that, on Android, uses Ui thread events, so need a running Ui thread. Review URL: https://codereview.chromium.org/1162763004 Cr-Commit-Position: refs/heads/master@{#333734}
-
wychen authored
Diff since last roll: https://github.com/chromium/dom-distiller/compare/aa79b394e7...6300dcfdb5 Picked up changes: 6300dcf Leverage semantic elements to find the main article 61e7226 Add Vagrant support bf64df9 Make TableClassifierTest independent of browser window dimention 7a10992 Fix word count issue for Chinese and Japanese 90e7f8c Bump versions of chromedriver and selenium f707680 Fix options "shuffle" and "no_sandbox" in run_jstests.py 640e399 Disable sandbox and run all the tests in continuous integration 869d139 Update Chrome if it is too old 11f6b8c Avoid chromedriver elsewhere if any 4f63157 Allow tests to run without Chrome sandbox edafdf1 Install Chrome when necessary 2c4e93b BR elements should be folded into WebText BUG=431067,483149,483710,483713,484750,485177,485829,495254 Review URL: https://codereview.chromium.org/1174513005 Cr-Commit-Position: refs/heads/master@{#333733}
-
khushalsagar authored
BUG=492729 Review URL: https://codereview.chromium.org/1160423003 Cr-Commit-Position: refs/heads/master@{#333732}
-
edwardjung authored
+ Replaces the reload button + Removes the suggestion text from under the details section BUG=474848 Review URL: https://codereview.chromium.org/1129353005 Cr-Commit-Position: refs/heads/master@{#333731}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/381548a..30cbc7d TBR=yurys@chromium.org,dglazkov@chromium.org Review URL: https://codereview.chromium.org/1167203004 Cr-Commit-Position: refs/heads/master@{#333730}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c1a27fe..381548a TBR=yurys@chromium.org,dglazkov@chromium.org Review URL: https://codereview.chromium.org/1176873002 Cr-Commit-Position: refs/heads/master@{#333729}
-
nkostylev authored
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/1180443002 Cr-Commit-Position: refs/heads/master@{#333728}
-
droger authored
Review URL: https://codereview.chromium.org/1158223003 Cr-Commit-Position: refs/heads/master@{#333727}
-
sadrul authored
Some of the blink initialization code can depend on test/experimental features. So enable the features before blink::initialize() BUG=436932 Review URL: https://codereview.chromium.org/1171853003 Cr-Commit-Position: refs/heads/master@{#333726}
-
nednguyen authored
BUG=498229, 489214 TBR=andresantoso@chromium.org, sullivan@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect Review URL: https://codereview.chromium.org/1177623003 Cr-Commit-Position: refs/heads/master@{#333725}
-
bnc authored
This CL lands server change 95010541 by mpw. BUG=488484 Review URL: https://codereview.chromium.org/1172103002 Cr-Commit-Position: refs/heads/master@{#333724}
-
magjed authored
We currently rely on PostDelayedTask with a constant frame interval to get a specified frame rate. This CL dynamically adapts the delay to PostDelayedTask to keep the frame rate in sync. This CL is similar to https://codereview.chromium.org/1162903004/. BUG=492189 Review URL: https://codereview.chromium.org/1153713006 Cr-Commit-Position: refs/heads/master@{#333723}
-
kjellander authored
Currently there's no information printed when the execution of the roll script is a no-op (e.g. when the latest revision is already rolled). BUG= Review URL: https://codereview.chromium.org/1172323002 Cr-Commit-Position: refs/heads/master@{#333722}
-
clamy authored
This CL re-enables a certain number of content_browsertests on the browser-side navigation Linux FYI bot. BUG=475027 Review URL: https://codereview.chromium.org/1172033002 Cr-Commit-Position: refs/heads/master@{#333721}
-
dominickn authored
Remove the Cancel button from the app banner infobar on desktop. This makes the infobar consistent with the mobile implementation, which only has an Accept button and a dismissal X. BUG=491001 R=benwells Review URL: https://codereview.chromium.org/1163323004 Cr-Commit-Position: refs/heads/master@{#333720}
-
kjellander authored
BUG=138845 TBR=chirantan@chromium.org Review URL: https://codereview.chromium.org/1172283002 Cr-Commit-Position: refs/heads/master@{#333719}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3a16a23..c1a27fe TBR=yurys@chromium.org,dglazkov@chromium.org Review URL: https://codereview.chromium.org/1172263004 Cr-Commit-Position: refs/heads/master@{#333718}
-
bnc authored
Use struct AlternativeService parameter in SpdyFramerVisitorInterface::OnAltSvc() and SpdyDispatcher::OnSpdyAltSvc() methods. This is in preparation for handling multiple alternative services that a single HTTP/1.1 header field or HTTP/2 frame can carry. This CL lands server change 94293057 by bnc. BUG=392575 Review URL: https://codereview.chromium.org/1171183002 Cr-Commit-Position: refs/heads/master@{#333717}
-