- 04 Oct, 2016 40 commits
-
-
rockot authored
This is required for hyphenation on Android. BUG=652453 TBR=ben@chromium.org Review-Url: https://codereview.chromium.org/2390093002 Cr-Commit-Position: refs/heads/master@{#422673}
-
xidachen authored
Currently in Blink, there is no indication whether a compositor is GPU accelerated or software. This CL plumbs it to Blink, so that we can query whether --disable-gpu-compositing or --disable-gpu is set or not. BUG=650795 Review-Url: https://codereview.chromium.org/2377883002 Cr-Commit-Position: refs/heads/master@{#422672}
-
sergeyu authored
Previously ChromotingClient was responsible for creation of AudioDecodeScheduler. Moved that logic to IceConnectionToHost because WebrtcConnectionToHost will not need it. Also moved AudioDecodeScheduler from remoting/client to remoting/protocol and simplified it. BUG=638505 Review-Url: https://codereview.chromium.org/2384063004 Cr-Commit-Position: refs/heads/master@{#422671}
-
michaelpg authored
The --data-path switch, if passed, specifies what directory to use as the browsing context's data directory. This CL checks that the directory actually exists/can be created, and converts relative paths to absolute. Note: This code is executed twice in content_shell (for normal and OTR contexts); in the long run, giving the shell its own PathProvider may be a better solution. Review-Url: https://codereview.chromium.org/2344073003 Cr-Commit-Position: refs/heads/master@{#422670}
-
rob.buis authored
Make cols/rows/span not accept zero when set from idl, but do similar to what happens when setting the attribute, i.e. set the default values instead [1]. BUG=490511 [1] https://html.spec.whatwg.org/multipage/forms.html#attr-textarea-cols https://html.spec.whatwg.org/multipage/forms.html#attr-textarea-rows https://html.spec.whatwg.org/multipage/tables.html#dom-colgroup-span Review-Url: https://codereview.chromium.org/2387033003 Cr-Commit-Position: refs/heads/master@{#422669}
-
zea authored
The session commit delay is always overridden in production. As such, the default only affects test, where it makes it much more likely to time out. Remove it and re-enable the disabled sessions integration tests. BUG=263369, 232313 Review-Url: https://codereview.chromium.org/2389443003 Cr-Commit-Position: refs/heads/master@{#422668}
-
xiaochengh authored
BUG=651373 Review-Url: https://codereview.chromium.org/2386073003 Cr-Commit-Position: refs/heads/master@{#422667}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/2363045762a7..800795e7ff6b $ git log 236304576..800795e7f --date=short --no-merges --format='%ad %ae %s' 2016-10-03 jreck Support POSIX-style ps command 2016-10-03 benjhayden Display weird numbers in a table in breakdown-span. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2392803002 Cr-Commit-Position: refs/heads/master@{#422666}
-
estade authored
- discard pre-MD colors - consolidate color logic that didn't change from pre-MD to MD - remove some colors that either aren't used, or are only used in one place, or otherwise don't make sense to be part of NativeTheme BUG=648281 Review-Url: https://codereview.chromium.org/2382443007 Cr-Commit-Position: refs/heads/master@{#422665}
-
thakis authored
BUG=563793 Review-Url: https://codereview.chromium.org/2387113002 Cr-Commit-Position: refs/heads/master@{#422664}
-
lushnikov authored
This patch introduces uncompressed Trie implementation. Trie comes handy to quickly answer questions of type "give me all words with given prefix". Text editor autocomplete benefits immediately from the trie index. The automapping algorithm prototype also relies heavily on the trie to quickly query file paths. The performance and memory analysis of the implementation: https://goo.gl/UdgS4H BUG=none R=dgozman, pfeldman Review-Url: https://codereview.chromium.org/2385093002 Cr-Commit-Position: refs/heads/master@{#422663}
-
twellington authored
If you move quickly enough, it's possible to select an item that was just deleted then choose to delete it again. Add some null checks to prevent a crash. BUG=652176 Review-Url: https://codereview.chromium.org/2387003003 Cr-Commit-Position: refs/heads/master@{#422662}
-
zpeng authored
Review-Url: https://codereview.chromium.org/2384533004 Cr-Commit-Position: refs/heads/master@{#422661}
-
ltian authored
When changeing language setting of phones, Template Url Service will be changed and unloaded. Then when search engine setting page back to active from background, it fires a NoPointerException for popluating the Listview when Template Url Service is still loading. To fix that, check whether Template Url Service is already loaded before populating UI, if not, force it to load and meanwhile, close the fragment to prevent from crash. BUG=652170 Review-Url: https://codereview.chromium.org/2391753002 Cr-Commit-Position: refs/heads/master@{#422660}
-
hubbe authored
Libyuv has a more optimized version of the half-float conversion code now, and it will probably become more optimized in the future. BUG=445071 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2389003002 Cr-Commit-Position: refs/heads/master@{#422659}
-
lgarron authored
BUG= Review-Url: https://codereview.chromium.org/2385613002 Cr-Commit-Position: refs/heads/master@{#422658}
-
zmo authored
Note that this path isn't accessable through WebGL2, but still a security threat that now we address in this CL. BUG=429053 TEST=gpu_unittests R=kbr@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2383333002 Cr-Commit-Position: refs/heads/master@{#422657}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/9c1db96f..ca6b6b16 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2388333002 Cr-Commit-Position: refs/heads/master@{#422656}
-
sebmarchand authored
Review-Url: https://codereview.chromium.org/2365893002 Cr-Commit-Position: refs/heads/master@{#422655}
-
yuweih authored
This CL fixes some compiler warnings about using deprecated APIs. Review-Url: https://codereview.chromium.org/2391633003 Cr-Commit-Position: refs/heads/master@{#422654}
-
dbeam authored
R=tsergeant@chromium.org BUG=647028 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2386533002 Cr-Commit-Position: refs/heads/master@{#422653}
-
sky authored
The window manager should be doing it. To do otherwise means mus is likely conflicting with the wm. Additionally changing the activation as we were meant clients weren't getting notified and got out of sync with mus. BUG=652421 TEST=covered by tests R=msw@chromium.org Review-Url: https://codereview.chromium.org/2391853002 Cr-Commit-Position: refs/heads/master@{#422652}
-
erosky authored
When spoken-feedback is enabled, shell_surface's shadow_underlay will fill the screen for active android windows. When in this mode, the underlay will consume all events and play an earcon to indicate that the event was located outside the android window. BUG=649524 TEST=unit-test and tested on device Review-Url: https://codereview.chromium.org/2361993003 Cr-Commit-Position: refs/heads/master@{#422651}
-
dsinclair authored
The performance timing spec has been clarified[1] to make getEntriesByType case sensitive. This CL updates Blink to this new requirement. [1] https://github.com/w3c/performance-timeline/issues/57 BUG=651507 Review-Url: https://codereview.chromium.org/2390733003 Cr-Commit-Position: refs/heads/master@{#422650}
-
stip authored
This is only part of the suppressions needed for a full compile, I'm splitting them up into separate CLs to make OWNERS review easier. BUG=623989 Review-Url: https://codereview.chromium.org/2364233003 Cr-Commit-Position: refs/heads/master@{#422649}
-
guidou authored
This CL has no behavior changes. BUG=563793 Review-Url: https://codereview.chromium.org/2386213002 Cr-Commit-Position: refs/heads/master@{#422648}
-
klausw authored
On WebVR pages loaded over insecure transport, show a small "Not secure" warning overlay permanently, and a transient more verbose warning for a short time on first entering the page. It uses the information from bajones's "Expose secure origin state to WebVR renderer" implementation. The message strings were previously added to chrome/app/generated_resources.grd in https://codereview.chromium.org/2368443002/ BUG=389343,644492 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2363553003 Cr-Commit-Position: refs/heads/master@{#422647}
-
bashi authored
It wouldn't make much sense to have 'V8' prefix since V8 specific conversions are encapsulated in the generated code. BUG=569301 Review-Url: https://codereview.chromium.org/2383613003 Cr-Commit-Position: refs/heads/master@{#422646}
-
qyearsley authored
Review-Url: https://codereview.chromium.org/2391813002 Cr-Commit-Position: refs/heads/master@{#422645}
-
hans authored
Context: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/xGUEAYEB9dc BUG=563793 Review-Url: https://codereview.chromium.org/2386203002 Cr-Commit-Position: refs/heads/master@{#422644}
-
mcasas authored
Revert of VideoCapture: migrate VideoCapture renderer-->host messages to mojo, part 1 (patchset #1 id:20001 of https://codereview.chromium.org/2384843002/ ) Reason for revert: Ouch! Messages are called Stop, etc but the mojom calls them StopCapture ! ==> the new messages are not being called :( Reverting to reland soon. Original issue's description: > VideoCapture: migrate VideoCapture renderer-->host messages to mojo, part 1 > > This CL migrates the easy-to-migrate video_capture_messages from > IPC to mojom. "Easy" refers to those messages whose data types are > readily available. > > BUG=651897 > TEST=./out/gn/content_unittests --gtest_filter=*VideoCapture*, > content_browsertests and video capture working as before. > > Committed: https://crrev.com/a2fc9a109f9280ca953e18a5f82c253ded6ddc26 > Cr-Commit-Position: refs/heads/master@{#422534} TBR=rockot@chromium.org,tibell@chromium.org,chfremer@chromium.org,tsepez@chromium.org,avi@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=651897 Review-Url: https://codereview.chromium.org/2393483002 Cr-Commit-Position: refs/heads/master@{#422643}
-
zhongyi authored
relnote: change ExtractContentLengthFromHeaders to return false if content-length is missing. If the caller is tolerate to have content-length header missing, it should call ExtractContentLengthFromHeaders only when content-length header is present. Merge internal change: 135027159 BUG= Review-Url: https://codereview.chromium.org/2385323004 Cr-Commit-Position: refs/heads/master@{#422642}
-
skau authored
We will eventually support detecting printers using mDNS and autodetect USB devices. This will take a little while to implement. Providing a fake in the meantime since the system is behind a flag. The fake may be useful for some tests in the future. BUG=631352 Review-Url: https://codereview.chromium.org/2344393002 Cr-Commit-Position: refs/heads/master@{#422641}
-
pfeldman authored
BUG=649837 Review-Url: https://codereview.chromium.org/2384783003 Cr-Commit-Position: refs/heads/master@{#422640}
-
oshima authored
Return VisualVewport bounds in screen coordinates (DIP) in GpuBenchmarking::VisualViewportXXX method because telemetry uses it to generate events that are in screen coordinates. BUG=599656 TEST=run smoothness.top_25_smooth test locally and passed. Review-Url: https://codereview.chromium.org/2373253004 Cr-Commit-Position: refs/heads/master@{#422639}
-
thestig authored
No more --gc-sections in debug mode for test targets either. Re-enable instrumentation of globals in ASAN builds. This is effectively a reland of r387491. BUG=159801, 159847 Review-Url: https://codereview.chromium.org/2384953003 Cr-Commit-Position: refs/heads/master@{#422638}
-
mcasas authored
Context: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/xGUEAYEB9dc This CL covers: - third_party/WebKit/Source/modules/geolocation/ - third_party/WebKit/Source/modules/imagecapture/ - third_party/WebKit/Source/modules/mediacapturefromelement/ - third_party/WebKit/Source/modules/mediarecorder/ BUG=563793 Review-Url: https://codereview.chromium.org/2389843002 Cr-Commit-Position: refs/heads/master@{#422637}
-
tedchoc authored
BUG= Review-Url: https://codereview.chromium.org/2386323002 Cr-Commit-Position: refs/heads/master@{#422636}
-
oshima authored
Instead of adding another map, I introduced AppWindowInfo which stores information about the arc windows w/o actual window. Technically, we can move more from AppWindow, but we can revisit it later if we want. BUG=31836336 TEST=ChromeLauncherControllerOrientationTest.ArcOrientationLockBeforeWindowReady Review-Url: https://codereview.chromium.org/2384773002 Cr-Commit-Position: refs/heads/master@{#422635}
-
meacer authored
BUG=642911 Review-Url: https://codereview.chromium.org/2302623002 Cr-Commit-Position: refs/heads/master@{#422634}
-