- 05 Dec, 2014 40 commits
-
-
kelvinp authored
This CL enables Remote Assistance on Chrome OS by default. BUG=439582 Review URL: https://codereview.chromium.org/782823002 Cr-Commit-Position: refs/heads/master@{#307113}
-
sandersd authored
BUG=133828 Review URL: https://codereview.chromium.org/780713004 Cr-Commit-Position: refs/heads/master@{#307112}
-
jdduke authored
Create a RenderWidgetHostLatencyTracker that manages all latency-related bookkeeping for the RenderWidgetHost. Review URL: https://codereview.chromium.org/779763002 Cr-Commit-Position: refs/heads/master@{#307111}
-
dtseng authored
Depends on https://codereview.chromium.org/743273002/ This enables ChromeVox to use the new Automation extension API based background page for the chrome of Chrome. TEST=interactive_ui_tests *SpokenFeedbackTest.* Review URL: https://codereview.chromium.org/756713003 Cr-Commit-Position: refs/heads/master@{#307110}
-
vabr authored
It can happen that a website presents multiple forms matching the same PasswordFormManager. Currently, PasswordManager only issues an autofill request for the first such form. This CL makes sure that for all such forms the fill info is sent to the renderer. BUG=435364 Review URL: https://codereview.chromium.org/773823002 Cr-Commit-Position: refs/heads/master@{#307109}
-
xhwang authored
Changes include: - Separate the media app and the renderer_service. In the future, we'll have more services in the same app (e.g. cdm_service). Also, we may need to host the services in Chromium directly (e.g. in the browser process) instead of in a mojo app. - Rename several media/mojo target names for clarity and consistency. BUG=432998 TEST=No functionality change. Review URL: https://codereview.chromium.org/780433005 Cr-Commit-Position: refs/heads/master@{#307108}
-
vabr authored
Currently, when a credential for an IP-specified host is saved in the LoginDatabase, it cannot be retrieved, because it is subjected to the PSL matching check, and that fails for IP addresses. The reason is that IP addresses cannot be PSL matched (there is no subdomain structure to meaningfully match against). This CL makes sure, that PSL matching for IP addresses reduces to identity checking. Also, it makes sute that the LoginDatabase does not even attempt PSL matching on non-HTML forms (PSL matching is not intended for those). BUG=423327 Review URL: https://codereview.chromium.org/779183003 Cr-Commit-Position: refs/heads/master@{#307107}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/ced9010..28f9c60 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=halcanary@google.com Review URL: https://codereview.chromium.org/782063002 Cr-Commit-Position: refs/heads/master@{#307106}
-
reillyg authored
Add an observer list to HidService that is notified when a device is added or removed from the enumeration. This currently works as expected on Linux and OS X while on Windows devices are only enumerated on request and so these are not as useful. BUG=376719 Review URL: https://codereview.chromium.org/779353003 Cr-Commit-Position: refs/heads/master@{#307105}
-
wolenetz authored
This change adds more debug logging to help diagnose issues occurring during completing pending reads of ChunkDemuxerStream. It also includes more logs in SourceBufferStream::GetNextBuffer(). These logs are useful for debugging issues like the referenced bug. R=dalecurtis@chromium.org BUG=423858 Review URL: https://codereview.chromium.org/761963006 Cr-Commit-Position: refs/heads/master@{#307104}
-
sullivan authored
BUG= Review URL: https://codereview.chromium.org/757233006 Cr-Commit-Position: refs/heads/master@{#307103}
-
samuong authored
BUG=chromedriver:980 Review URL: https://codereview.chromium.org/783593003 Cr-Commit-Position: refs/heads/master@{#307102}
-
penghuang authored
In Pepper, glBind*() may generate resource in GPU process, so we have to flush command buffer to make sure the Bind* command is executed by GPU before any future Delete* commands. BUG=437432 Review URL: https://codereview.chromium.org/763383002 Cr-Commit-Position: refs/heads/master@{#307101}
-
estade authored
Move it to PasswordManagerClient, and make it return the AutofillManager for the main frame. The bug occurred because the PasswordFormManager outlived the driver. The PasswordFormManager can't outlive the main frame. BUG=438970 Review URL: https://codereview.chromium.org/780183002 Cr-Commit-Position: refs/heads/master@{#307100}
-
pkasting authored
Specifically, this addresses some instances of C4244 ( http://msdn.microsoft.com/en-us/library/th7a07tz.aspx ). Also does a few misc. cleanups, mostly to test code. Note: This CL includes server-side change 81444427. BUG=81439 TEST=none Review URL: https://codereview.chromium.org/759063003 Cr-Commit-Position: refs/heads/master@{#307099}
-
scheib authored
Revert of bluetooth: Make device/bluetooth a shared library component. (patchset #4 id:100001 of https://codereview.chromium.org/778443002/) Reason for revert: Chrome target is failing to load due to BluetoothApis.dll not being found on Win7. Likely the DelayLoadDLLs for BluetoothApis.dll is necessary on more than just device_bluetooth. Original issue's description: > bluetooth: Make device/bluetooth a shared library component. > > device/bluetooth will soon be accessed by content/browser. This > change converts it from a static library to a shared component. > > BUG=438305 > > Committed: https://crrev.com/ff6eaf5adf4d6dc5a748e2ee4e8de080655d1975 > Cr-Commit-Position: refs/heads/master@{#307049} TBR=armansito@chromium.org,isherman@chromium.org,benchan@chromium.org NOTREECHECKS=true NOTRY=true BUG=438305 Review URL: https://codereview.chromium.org/748873004 Cr-Commit-Position: refs/heads/master@{#307098}
-
rch authored
BUG=439522 Review URL: https://codereview.chromium.org/784563002 Cr-Commit-Position: refs/heads/master@{#307097}
-
jdduke authored
Include explicit compositor-thread UMA latency coverage for scroll begin, as well as pinch and fling-related events. Also add an FPS metric for both main and compositor-thread driven flings. BUG=437310,436965 Review URL: https://codereview.chromium.org/764403002 Cr-Commit-Position: refs/heads/master@{#307096}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3ab7158..f02068c TBR=schenney@chromium.org,dominicc@chromium.org Review URL: https://codereview.chromium.org/778253002 Cr-Commit-Position: refs/heads/master@{#307095}
-
maxbogue authored
This logs the passphrase type on sync startup if encryption is enabled. BUG=421623 Review URL: https://codereview.chromium.org/779093002 Cr-Commit-Position: refs/heads/master@{#307094}
-
michaelpg authored
BUG=433988 R=stevenjb@chromium.org,asvitkine@chromium.org Review URL: https://codereview.chromium.org/747883002 Cr-Commit-Position: refs/heads/master@{#307093}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/69469b5..ced9010 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=halcanary@google.com Review URL: https://codereview.chromium.org/750983004 Cr-Commit-Position: refs/heads/master@{#307092}
-
amistry authored
BUG=438545 Review URL: https://codereview.chromium.org/752003006 Cr-Commit-Position: refs/heads/master@{#307091}
-
zentaro authored
Support checking RsnFlags as well as WpaFlags so that security type is reported correctly for all networks. BUG=387869 Review URL: https://codereview.chromium.org/779053002 Cr-Commit-Position: refs/heads/master@{#307090}
-
mseaborn authored
This pulls in the following Native Client changes: r14148: (dschuff) PNaCl: Update LLVM/clang/binutils-x86 revision in pnacl/COMPONENT_REVISIONS r14149: (hamaji) Update revision for PNaCl r14144->r14148 r14150: (petarj) Fix issue in DecodeEscaping() in debug_stub test r14151: (mseaborn) Remove much of the unused parts of pnacl/build.sh r14152: (bradnelson) Nest the pnacl section of untrusted.gypi to the same level. r14153: (dyen) The cached results from toolchain_build should be deterministic. r14154: (jvoung) Add options for base dir and redirecting files to IRT open resource and use it. r14155: (dschuff) nacl-clang: use gas by default instead of the LLVM assembler r14156: (dyen) Toolchain testing within the NaCl tree now use the raw variants. r14157: (teravest) Clean up unused NaClDesc quota code. r14158: (dschuff) Revert SCons portion of r14155 r14159: (teravest) Remove unnecessary PostMessage logic. r14160: (mseaborn) Cleanup: Remove TLS_PRESUMED_ALIGNMENT from tls.c r14161: (mseaborn) Cleanup: Use Bit('build_ARCH') instead of Bit('target_ARCH') r14162: (dschuff) Update revision for PNaCl r14148->r14155 r14163: (ncbray) GN: add a base target for the NaCl build. r14164: (dschuff) Switch nacl-clang back to gas in SCons r14165: (dschuff) PNaCl: Update LLVM/binutils-x86 revision in pnacl/COMPONENT_REVISIONS r14166: (dyen) Made buildbot PNaCl toolchain test extract using packages script. r14167: (dyen) Fixed PNaCl buildbot test by adding extract argument to command. r14168: (dschuff) Update revision for PNaCl r14155->r14165 r14169: (jvoung) Remove __X_LEAST{8,16,32}_TYPE__ hack for appeasing GCC torture tests w/ Clang. r14170: (dschuff) Re-enable exception_tests for nacl_clang on mac r14171: (mcgrathr) Update binutils revision in tools/REVISIONS r14173: (jfb) Use static split module scheduling when using pnacl-translate.py r14174: (shyamsundarr) cleanup scons test rules for validator proofs a bit. r14175: (jfb) Update revision for PNaCl r14165->r14173 r14176: (bradnelson) Revert "Nest the pnacl section of untrusted.gypi to the same level." r14177: (mseaborn) Disable the getdents() syscall by default for security hardening r14178: (dschuff) PNaCl: Update Clang revision in pnacl/COMPONENT_REVISIONS BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_arm_compile,linux_nacl_sdk Review URL: https://codereview.chromium.org/781103002 Cr-Commit-Position: refs/heads/master@{#307089}
-
zmo authored
glInvalidateFramebuffer, glInvalidateSubFramebuffer, glReadBuffer. All other commands in this group have already been added. Also, code generator has to be modified to remove the incorrect assumption that the data pointer is the last arg of a function. This assumption is not true for glInvalidateSubFramebuffer. Also, separate the bindings of glDiscardFramebufferEXT and glInvalidateFramebuffer so we have better control of them. BUG=429053 TEST=gpu_unittests R=kbr@chromium.org,bajones@chromium.org,sievers@chromium.org Review URL: https://codereview.chromium.org/780433006 Cr-Commit-Position: refs/heads/master@{#307088}
-
geofflang authored
746d0ea..8e7c8a https://chromium.googlesource.com/angle/angle/+log/746d0ea..8e7c8a BUG=434033 Review URL: https://codereview.chromium.org/785543003 Cr-Commit-Position: refs/heads/master@{#307087}
-
stevenjb authored
This CL: * Moves network_event_log.cc -> device_event_log_impl.cc * Defines macros and initialization code in device_event_log.h * Modifies network_event_log.h to use device_event_log instead. * Converts PowerManagerClient logging to use POWER_LOG as an immediately useful example. * Adds the non-network log entries to a 'device_log' entry in chrome://system and feedback reports. BUG=293739 Review URL: https://codereview.chromium.org/773703002 Cr-Commit-Position: refs/heads/master@{#307086}
-
rvargas authored
Non-sequential sparse data writes may end up writing before or after a given sparse data block. Said data is only stored if the next write is sequential, and it actually fills a given block. This CL makes sure that data "before" the start of a given block is properly discarded (as in, not accounted for when looking for stored data). BUG=416895 Review URL: https://codereview.chromium.org/770153002 Cr-Commit-Position: refs/heads/master@{#307085}
-
eroman authored
BUG=439240 Review URL: https://codereview.chromium.org/780923003 Cr-Commit-Position: refs/heads/master@{#307084}
-
qyearsley authored
BUG= Review URL: https://codereview.chromium.org/764733005 Cr-Commit-Position: refs/heads/master@{#307083}
-
mednik authored
BUG=439526 Review URL: https://codereview.chromium.org/780353002 Cr-Commit-Position: refs/heads/master@{#307082}
-
dnicoara authored
DriSurfaceFactory no longer does any meaningful initialization. Remove redundant code. BUG=none NOTRY=true Review URL: https://codereview.chromium.org/758853005 Cr-Commit-Position: refs/heads/master@{#307081}
-
sievers authored
We should not attempt to create a GLHelper with a null GLES2Impl (it will crash), which is the case if context init failed. BUG=439363 NOTRY=True Review URL: https://codereview.chromium.org/786473002 Cr-Commit-Position: refs/heads/master@{#307080}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/01aebe5..3ab7158 TBR=schenney@chromium.org,dominicc@chromium.org Review URL: https://codereview.chromium.org/785613002 Cr-Commit-Position: refs/heads/master@{#307079}
-
byungchul authored
1) Remove ChromecastConfig. Use PrefService directly. 2) Initialize PrefService after thread creation because it uses blocking IO browser thread instead of its own thread pool. 3) Use scoped_ptr for explicit ownership. BUG= Review URL: https://codereview.chromium.org/767503003 Cr-Commit-Position: refs/heads/master@{#307078}
-
jonross authored
Revert of Generalize V4L2 HW video codec device names (patchset #1 id:1 of https://codereview.chromium.org/730693005/) Reason for revert: This change breaks video_ChromeHWDecodeUsed, please see crbug.com/439175 for details. Original issue's description: > Generalize V4L2 HW video codec device names > > Switch to more generalized V4L2 video accelerator device names and update > sandbox rules to reflect that. > > This is another attempt at crrev.com/763743002, reverted in > crrev.com/767383002 with a fixup for sandbox permissions. > > BUG=405861,437598 > TEST=compile > > Committed: https://crrev.com/30a3721c82953428d445a93ebe2bf0014e27bc10 > Cr-Commit-Position: refs/heads/master@{#306642} TBR=jorgelo@chromium.org,scherkus@chromium.org,posciak@chromium.org NOTREECHECKS=true NOTRY=true BUG=405861,437598 Review URL: https://codereview.chromium.org/784553004 Cr-Commit-Position: refs/heads/master@{#307077}
-
kenobi authored
The MediaImportHandler is the overall framework class for coordinating the import of media from attached media devices to Drive. This initial implementation sketches out the process, using FileOperationManager to provide the actual copy functionality. - UI and checks for opt-in to Drive->Photos sync and Photos->Drive sync are just stubbed out as TODOs. - The use of FileOperationManager means that the import process is surfaced as a normal copy operaion, which is not the final goal. Follow-up work is needed to implement a separate import queue and associated task management and UI. BUG=420680 Review URL: https://codereview.chromium.org/762593006 Cr-Commit-Position: refs/heads/master@{#307076}
-
dongseong.hwang authored
When gpu context is lost, CopyTextureCHROMIUMResourceManager can be deleted without releasing resources like GLES2DecoderImpl. BUG=438950 Review URL: https://codereview.chromium.org/780293002 Cr-Commit-Position: refs/heads/master@{#307075}
-
aiolos authored
Better error messages on archive failures, and stop running with partial page sets in user_story_runner. BUG=435063 Review URL: https://codereview.chromium.org/748013003 Cr-Commit-Position: refs/heads/master@{#307074}
-