- 28 Jan, 2015 40 commits
-
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/879203003 Cr-Commit-Position: refs/heads/master@{#313466}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c042635..cb45ad8 TBR=timloh@chromium.org,leviw@chromium.org Review URL: https://codereview.chromium.org/885573003 Cr-Commit-Position: refs/heads/master@{#313465}
-
spang authored
This is part of a series moving IO on evdev devices to a fast thread, since UI thread is too slow for the cursor. EventModifiersEvdev is a UI thread object, so move all remaining ui::Event construction outside of the device-specific objects. Devices no longer get a EventModifiersEvdev* since they will execute on a different thread. This completes the series moving ui::Event construction out of device objects and into EventFactoryEvdev. BUG=449710 TEST=boot link_freon & click mouse Review URL: https://codereview.chromium.org/867803004 Cr-Commit-Position: refs/heads/master@{#313464}
-
xhwang authored
On some platforms, we run part of the media pipeline in the browser process. For example, on ChromeCast and on Android, audio/video buffers are decoded in the browser process. Currently, there are some ad-hoc IPC mechanism implemented for these platforms to support hosting the decoders in the browser process. This CL aims at providing a common mojo based path to support this scenario. This CL makes it possible to host a mojo::MeidaRenderer service in the browser process. By default, it's using media::RendererImpl and some default audio/video decoders. In later CLs, I'll update this so that we can support embedder specific media::Renderer implementation in MojoRendererService. Note that media playback is NOT working yet due to DataPipe is not working out-of-process. Test steps: 1, Change "enable_media_mojo_renderer" to true in media/media_options.gni. 2, Build a GN build of Chrome. 3, Play <video> in Chrome. BUG=431776 TEST=See above test steps. Review URL: https://codereview.chromium.org/712463004 Cr-Commit-Position: refs/heads/master@{#313463}
-
alexandrec authored
Move the polymer.html into the individual custom elements (such as viewer-progress-bar) from index.html and index-material.html. Review URL: https://codereview.chromium.org/869013002 Cr-Commit-Position: refs/heads/master@{#313462}
-
kolczyk authored
Before this patch, information about renderer that crashed at startup (i.e. failed to start) was not forwarded to WebContents, etc... BUG=452812 Review URL: https://codereview.chromium.org/879533006 Cr-Commit-Position: refs/heads/master@{#313461}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#313460}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/334b845..c042635 TBR=timloh@chromium.org,leviw@chromium.org Review URL: https://codereview.chromium.org/880203002 Cr-Commit-Position: refs/heads/master@{#313459}
-
amistry authored
Some audio input devices don't generate caputure data in a continuous basis, and instead only generate when some event happens. This may be an indefinite amount of time. However, |AudioSink::OnSetFormat| is only called whenever new samples come in. For pepper plugins, this means that |MediaStreamAudioTrack::Configure| can be blocked indefintely on these devices. To work around this, get the format before attaching to the audio track. BUG=403138 Review URL: https://codereview.chromium.org/857093002 Cr-Commit-Position: refs/heads/master@{#313458}
-
samuong authored
BUG= Review URL: https://codereview.chromium.org/874393003 Cr-Commit-Position: refs/heads/master@{#313457}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/7fa6ed7e..334b845 TBR=timloh@chromium.org,leviw@chromium.org Review URL: https://codereview.chromium.org/880193002 Cr-Commit-Position: refs/heads/master@{#313456}
-
kenobi authored
searchFilesByHashes computeChecksum BUG=None Review URL: https://codereview.chromium.org/883993003 Cr-Commit-Position: refs/heads/master@{#313455}
-
fsamuel authored
BUG=none Review URL: https://codereview.chromium.org/880123002 Cr-Commit-Position: refs/heads/master@{#313454}
-
samueltan authored
Add metric to log whether or not wake on WiFi is disabled in the duration of a single suspend because of excessive dark resume wakes. BUG=chrome-os-partner:35518 TEST=None. Review URL: https://codereview.chromium.org/876373002 Cr-Commit-Position: refs/heads/master@{#313453}
-
Nico Weber authored
Swarming uses the command baked into the isolate (via test_env.py) for running test instead of using the runtest.py script. Hence, test_env.py needs to learn everything runtest.py already knows -- for example, that tests can't run with the sandbox in asan/win yet. BUG=451741,382867 TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/882913004 Cr-Commit-Position: refs/heads/master@{#313452}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/25b7611..8b0a05a CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=fmalita@google.com Review URL: https://codereview.chromium.org/884623002 Cr-Commit-Position: refs/heads/master@{#313451}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/7f3bd0d..7fa6ed7e TBR=timloh@chromium.org,leviw@chromium.org Review URL: https://codereview.chromium.org/876343005 Cr-Commit-Position: refs/heads/master@{#313450}
-
noms authored
Bad things happen if you delete the profile that started the Metro process (at best, you crash), since relaunching Metro with a new user is not supported. Hiding the button selectively depending on the profile selected is a bit weird, so in Metro mode, hide it for all profiles. BUG=448352 Review URL: https://codereview.chromium.org/863063002 Cr-Commit-Position: refs/heads/master@{#313449}
-
yukishiino authored
This CL is split off from http://crrev.com/785463002 and Window::GetFocusedTextInputClient is necessary in that CL. BUG=290701 Review URL: https://codereview.chromium.org/860983004 Cr-Commit-Position: refs/heads/master@{#313448}
-
bradnelson authored
This pulls in the following Native Client changes: 939a13a (teravest@chromium.org) Provide an irt_core_lib GN target. dbf2af4 (sbc@chromium.org) Remove include of build_config.h from nacl_exception.h e205317 (jfb@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS 7c8a96b (jfb@chromium.org) Update revision for PNaCl 3d00a54 (jfb@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS 1de8ba8 (mseaborn@chromium.org) Update codereview.settings following the switch from SVN to Git 7a6cf46 (jfb@chromium.org) Update revision for PNaCl bc28c0b (jvoung@chromium.org) Fix the native_client URL in the PNaCl REV file. f8aa9dc (bradnelson@google.com) Adding le32-nacl build of pnacl tools. cfda521 (teravest@chromium.org) Explicitly include build_config.h. 61b7ba9 (teravest@chromium.org) Output depfile from build_nexe. 2d65c23 (jfb@chromium.org) PNaCl: Update LLVM and Subzero revision in pnacl/COMPONENT_REVISIONS 5f5cd88 (sbc@chromium.org) Fix PNaCl redirectors for i686-nacl-xx -> x86_64-nacl-xx 1baa204 (jvoung@chromium.org) Remove some more dead code and variables from pnacl/build.sh. f116471 (dschuff@chromium.org) Update revision for PNaCl 01f3d97 (teravest@chromium.org) Always define product_dir in build_nexe. 8a5a846 (mseaborn@chromium.org) Remove the IRT's now-unneeded call to NaClSrpcModuleInit() c14b58a (mseaborn@chromium.org) Remove NaClPluginLowLevelInitializationComplete() (caller of "init_done" SRPC) c5d8394 (bradnelson@google.com) Change driver bash scripts to work in devenv. 490e554 (dschuff@chromium.org) PNaCl: Update Clang revision in pnacl/COMPONENT_REVISIONS 2a7391a (sbc@chromium.org) Fix several issues with update_pnacl_tool_revisions.py fbc3b5c (dschuff@chromium.org) Support filenames with spaces in the PNaCl driver scripts. 4f726e8 (sbc@chromium.org) PNaCl: Update Clang revision in pnacl/COMPONENT_REVISIONS 28a1341 (dschuff@chromium.org) Move pnacl driver test runs from buildbot_pnacl.sh to buildbot_pnacl_toolchain.py 9f9d773 (sbc@chromium.org) Update GCC revision in tools/REVISIONS 29ae54a (jfb@chromium.org) Update revision for PNaCl BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_arm_compile,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/881893003 Cr-Commit-Position: refs/heads/master@{#313447}
-
sheckylin authored
The CL dumps gesture property values for touch devices that run with the CrOS gesture library. The format is designed to be backward-compatible with the X11 behaviour. Contributed by sheckylin@chromium.org BUG=450159 TEST=samus ChromeOS build Review URL: https://codereview.chromium.org/864253002 Cr-Commit-Position: refs/heads/master@{#313446}
-
nasko authored
This CL refactors the check for invalid render_frame_message_source_ to a common method and uses it in all of the relevant IPC handlers. Ideally it will all be removed once RenderViewHost disappears or all of its IPC handling is removed. BUG=451932, 449777 Review URL: https://codereview.chromium.org/877203002 Cr-Commit-Position: refs/heads/master@{#313445}
-
sammc authored
Previously, the PDF extension UI was zoomed to the default zoom level and the PDF was inversely affected (due to various calculations using zoomed and not zoomed sizes). This resets the zoom level for extensions used as mime handlers on mime handler WebContents creation and for print preview (as the PDF extension zoom as controlled by the embedding print preview dialog WebContents. BUG=450910 Review URL: https://codereview.chromium.org/881553003 Cr-Commit-Position: refs/heads/master@{#313444}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/6dbfb21..25b7611 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=fmalita@google.com Review URL: https://codereview.chromium.org/878163003 Cr-Commit-Position: refs/heads/master@{#313443}
-
primiano authored
This is just a mechanical rename of tracing includes. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/885543002 Cr-Commit-Position: refs/heads/master@{#313442}
-
tapted authored
In preparation for moving SynthesizeKeyEvent to cocoa_test_event_utils, this refines the behavior of SynthesizeKeyEvent to more closely match actual events. There were two bugs: The unichar character being set on a simulated "Delete" key was actually the unichar that Mac uses for "Backspace" (0x7f). Cocoa actually uses 0xf728 for the delete key (NSDeleteFunctionKey). Note "Backspace" stays sending 0x8 (Ctrl+H) rather than being updated to 0x7f (ASCII DEL). Either seems to work for Backspace (which meant simulated Deletes were becoming deleteBackward action messages rather than deleteForward). Also, SynthesizeKeyEvent is updated to closely follow the behavior on Mac wrt Command/Shift modifiers. The bug here was that when *just* Shift+letter is pressed, characters and charactersIgnoringModifiers should *both* be uppercase. (r311815 swapped them for Ctrl, but didn't try to fix Shift). These changes are needed for comprehensive testing of views::TextField on Mac. Specifically, to get TextfieldTest.ControlAndSelectTest and TextfieldTest.ControlAndSelectTest passing with simulated NSEvents. BUG=378134 Review URL: https://codereview.chromium.org/856313003 Cr-Commit-Position: refs/heads/master@{#313441}
-
newt authored
This is used by enhanced bookmarks to choose an image to show for each bookmark. BUG=450287 Review URL: https://codereview.chromium.org/885513002 Cr-Commit-Position: refs/heads/master@{#313440}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/884603002 Cr-Commit-Position: refs/heads/master@{#313439}
-
primiano authored
This is just a mechanical rename of tracing includes. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/862403005 Cr-Commit-Position: refs/heads/master@{#313438}
-
primiano authored
This is just a mechanical rename of tracing includes. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/872363004 Cr-Commit-Position: refs/heads/master@{#313437}
-
sammc authored
Review URL: https://codereview.chromium.org/878773002 Cr-Commit-Position: refs/heads/master@{#313436}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/12a5230..7f3bd0d TBR=timloh@chromium.org,leviw@chromium.org Review URL: https://codereview.chromium.org/882883002 Cr-Commit-Position: refs/heads/master@{#313435}
-
meacer authored
BUG=451272 Review URL: https://codereview.chromium.org/872993003 Cr-Commit-Position: refs/heads/master@{#313434}
-
cpu authored
found by the vc /analyze bot BUG=440500 Review URL: https://codereview.chromium.org/876343004 Cr-Commit-Position: refs/heads/master@{#313433}
-
eseidel authored
My understanding is that by-default javac pulls encoding from the user's environment http://stackoverflow.com/questions/9661935/how-to-change-the-defaults-system-java-encode-form-in-windows http://stackoverflow.com/questions/11343828/file-encoding-has-no-effect-lc-all-environment-variable-does-it which is wrong for Chromium where all of our source files are known to be UTF-8, regardless of what the user has set in their environment. In my case I was using Chrome Remote Desktop to connect to my linux machine and for whatever reason LANG was missing from the resulting environment. After this patch mojo_shell builds correctly for Android again. BUG=419378 Review URL: https://codereview.chromium.org/869673002 Cr-Commit-Position: refs/heads/master@{#313432}
-
bokan authored
This patch prevents the overlay scrollbars from showing up when we're near the minimum scale. The threshold can be set per-platform; by default it's 0 so the scrollbars will be visible regardless of the scale. On Windows/Linux/CrOS we'd like to prevent the scrollbars from overlaying over the window scrollbars so we set a small non-0 threshold. BUG=446411 Review URL: https://codereview.chromium.org/877863002 Cr-Commit-Position: refs/heads/master@{#313431}
-
satorux authored
The class derives from WAPI, which is no longer used. BUG=357038 TEST=syncfs unit tests pass TBR=rogerta@chromium.org # for google_apis/{BUILD.gn,google_apis.gyp) Review URL: https://codereview.chromium.org/881723002 Cr-Commit-Position: refs/heads/master@{#313430}
-
cpu authored
VS /analyze complains about this. BUG=427616 Review URL: https://codereview.chromium.org/878333002 Cr-Commit-Position: refs/heads/master@{#313429}
-
vmpstr authored
Sometimes we get into situations where we get frequent UpdateTiles, but no AppendQuads. As a result we can start accumulating tilings (during pinch zoom for example), but we never free any of them, since the code to free tilings happens only during AppendQuads. This patch remedies this by ensuring that if AppendQuads doesn't clean up the tilings, and we've added some since last time we ran UpdateTiles, we clean them up. R=danakj BUG=452304 Review URL: https://codereview.chromium.org/881083002 Cr-Commit-Position: refs/heads/master@{#313428}
-
vadimt authored
We suspect that this method may be causing jankiness of QuicClientSession constructor BUG=422516 Review URL: https://codereview.chromium.org/879943003 Cr-Commit-Position: refs/heads/master@{#313427}
-