- 06 Dec, 2014 2 commits
-
-
xhwang authored
BUG=416570 TEST=Existing tests pass. Review URL: https://codereview.chromium.org/785643002 Cr-Commit-Position: refs/heads/master@{#307121}
-
kelvinp authored
When a Remote Assistance session is connected on Chrome OS, the status tray says, "Sharing the control of your screen via Hangouts" even when the user is only using CRD without Hangouts. This change renames the string to "Sharing the control of your screen via Remote Assistance". Remote Assistance is also the name of the Hangouts app, so it would work for both Hangouts and CRD. BUG=439590 Review URL: https://codereview.chromium.org/754873004 Cr-Commit-Position: refs/heads/master@{#307120}
-
- 05 Dec, 2014 38 commits
-
-
samuong authored
BUG=chromedriver:845 Review URL: https://codereview.chromium.org/761963007 Cr-Commit-Position: refs/heads/master@{#307119}
-
andresantoso authored
Now that http://crrev.com/646703002 has landed for awhile, it might be a good time to cleanup workarounds that are no longer needed. We are no longer adding and removing subviews from NSThemeFrame, now we add/remove from the window's full-size content view instead. Also renamed VersionIndependentWindow to FullSizeContentWindow, I think the original name relates to special handling for 10.10 that is no longer the case, we now use full-size content view across all OS versions. Review URL: https://codereview.chromium.org/772263003 Cr-Commit-Position: refs/heads/master@{#307118}
-
sebmarchand authored
BUG=439214 Review URL: https://codereview.chromium.org/783783002 Cr-Commit-Position: refs/heads/master@{#307117}
-
chrishenry authored
Also make startup_url immutable. BUG=439512 Review URL: https://codereview.chromium.org/782033002 Cr-Commit-Position: refs/heads/master@{#307116}
-
sungmann.cho authored
BUG=none Review URL: https://codereview.chromium.org/769153004 Cr-Commit-Position: refs/heads/master@{#307115}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f02068c..c28ac8e TBR=schenney@chromium.org,dominicc@chromium.org Review URL: https://codereview.chromium.org/781183002 Cr-Commit-Position: refs/heads/master@{#307114}
-
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}
-