- 05 Mar, 2015 4 commits
-
-
mostynb authored
PepperVideoCaptureHost::OnFrameReady makes use of kUnknownFrameRate which was previously only included in webrtc builds. Let's move these constants to the header file instead, since it can be included in both webrtc and non-webrtc builds. Followup to https://codereview.chromium.org/955253002. BUG=461116,463829 Review URL: https://codereview.chromium.org/973373002 Cr-Commit-Position: refs/heads/master@{#319169}
-
tnagel authored
BUG=none Review URL: https://codereview.chromium.org/948803004 Cr-Commit-Position: refs/heads/master@{#319168}
-
aconverse authored
VP9's tile encoding feature allows for multithreaded parallelism on both the encoder and decoder side. TEST=Run remoting_perftests under VTune and see that two logical CPUs are used BUG=134202 Review URL: https://codereview.chromium.org/977663004 Cr-Commit-Position: refs/heads/master@{#319167}
-
oshima authored
* Removed AdjustStringDirection() * Removed FORCE_XXXX_DIRECTIONALITY and replace with TEXT_ALIGN_TO_HEAD. This is necessary not to use Canvas::DefaultCanvasTextAlignment for labels. * Also removed the safe guard in SizeStringFloat because RenderTextWin has been removed. BUG=None TEST=No functional change. Removed LabelTest, DirectionalityFromText that no longer makes sense. R=msw@chromium.org Review URL: https://codereview.chromium.org/953093003 Cr-Commit-Position: refs/heads/master@{#319166}
-
- 04 Mar, 2015 36 commits
-
-
anandc authored
BUG= Review URL: https://codereview.chromium.org/963723003 Cr-Commit-Position: refs/heads/master@{#319165}
-
felt authored
This ensures that both infobars and bubbles are tested by creating both DownloadTest.TestMultipleDownloadsInfobar and DownloadTest. TestMultipleDownloadsBubble. The correct UI (infobar or bubble) is forced with a switch. BUG=438758 Committed: https://crrev.com/ff5eb76821e76cb6c90b940249caf3d748e6fbc0 Cr-Commit-Position: refs/heads/master@{#318987} Review URL: https://codereview.chromium.org/976823002 Cr-Commit-Position: refs/heads/master@{#319164}
-
rpaquay authored
BUG=358315 NOTRY=true Review URL: https://codereview.chromium.org/978053002 Cr-Commit-Position: refs/heads/master@{#319163}
-
jdduke authored
When a Java-based WebContents instance is destroyed, it may yet have Java-based WebContentsObserver instances. Previously, these instances would always see a destroy (formerly detach) call, as they each had a native counterpart. With the introduction of the proxy WebContentsObserver, destroy was not always called, as the remaining observers were simply cleared from the observer list. Explicitly call WebContentsObserver.destroy for these dangling instances, ensuring proper cleanup. BUG=464076 Review URL: https://codereview.chromium.org/981703002 Cr-Commit-Position: refs/heads/master@{#319162}
-
erikchen authored
Previously, an intermediary exception InspectorException was generated. This was caught and then converted into a more common Telemetry exception. Now the connection failure throws a standard Telemetry exception directly. BUG=460625 Review URL: https://codereview.chromium.org/955263003 Cr-Commit-Position: refs/heads/master@{#319161}
-
dnicoara authored
Simplify code by removing an interface only used in testing. BUG=none Review URL: https://codereview.chromium.org/981583005 Cr-Commit-Position: refs/heads/master@{#319160}
-
jvoung authored
Remove a couple unused fwd declarations and make a Getter const while I'm messing with that file. BUG=none Review URL: https://codereview.chromium.org/977893003 Cr-Commit-Position: refs/heads/master@{#319159}
-
aurimas authored
- Suppress missing drawables in components/web_contents_delegate_android/ - Remove unused progress_bar.xml BUG=266140 Review URL: https://codereview.chromium.org/971223004 Cr-Commit-Position: refs/heads/master@{#319158}
-
erikchen authored
Each location that catches AppCrashException does not actually want to know if the app crashed. Rather, the code wants to know if there was an error performing an operation. I've updated teh code to catch the more general Exception. BUG=460625 Review URL: https://codereview.chromium.org/969503002 Cr-Commit-Position: refs/heads/master@{#319157}
-
rockot authored
Also adjusts cron runtime to 180 minutes. It's been at 240 on the live instance for a while but was never committed that way. Refresh cycles are taking less time now, so dropping down to 180. R=kalman@chromium.org NOTRY=True BUG=None Review URL: https://codereview.chromium.org/977213002 Cr-Commit-Position: refs/heads/master@{#319156}
-
eakuefner authored
This change adds a field called interaction_record to values, which will specify the label of the interaction_record with which the value is associated, if it was generated by TimelineBasedMeasurement. R=nednguyen,dtu BUG=461101 Review URL: https://codereview.chromium.org/963313002 Cr-Commit-Position: refs/heads/master@{#319155}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/4e644f5..82b33db CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=joshualitt@google.com Review URL: https://codereview.chromium.org/975353004 Cr-Commit-Position: refs/heads/master@{#319154}
-
jackhou authored
Test coverage is provided by native_app_window_cocoa_browsertest.mm which now uses whichever implementation of NativeAppWindow is instantiated. Added a new sources list to minimize having to change BUILD.gn when more files are added. BUG=459877 Review URL: https://codereview.chromium.org/975043003 Cr-Commit-Position: refs/heads/master@{#319153}
-
ppi authored
This patch uses the unified JNI_OnLoad mechanism introduced in http://crbug.com/447393 in mojo network service. BUG=447393 Review URL: https://codereview.chromium.org/977843003 Cr-Commit-Position: refs/heads/master@{#319152}
-
jamiewalch authored
BUG=464020 Review URL: https://codereview.chromium.org/968193006 Cr-Commit-Position: refs/heads/master@{#319151}
-
lfg authored
Review URL: https://codereview.chromium.org/921793004 Cr-Commit-Position: refs/heads/master@{#319150}
-
tommi authored
WebRTC 8573:8602 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/c9dfd1c..f30d5ec Libjingle 8571:8600 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/3b22f07..8fe2b96 TBR=sergeyu@chromium.org,magjed@chromium.org Review URL: https://codereview.chromium.org/970513005 Cr-Commit-Position: refs/heads/master@{#319149}
-
dnicoara authored
ui::OzoneGpuTestHelper needs to be uninstantiated in TearDown() since it creates a base::Thread which wants to register with the AtExitManager. However the AtExitManager runs out of scope before the testing::Environment. BUG=447798 TEST=compile and run ./video_decode_accelerator_unittest (I had https://codereview.chromium.org/938873002/ applied as well to make sure tests succeed) Review URL: https://codereview.chromium.org/949183004 Cr-Commit-Position: refs/heads/master@{#319148}
-
michaelbai authored
content_app_browser and content_app_child are designed to be used for Windows DLL, for android we build browser and child process in same shared library, content_app_both should be used in Android. BUG=464008 TBR=jochen Review URL: https://codereview.chromium.org/970413002 Cr-Commit-Position: refs/heads/master@{#319147}
-
weiliangc authored
Take |draw_rect|'s coordinates and |BitmapData|'s point into consideration in |FakeContentClientLayerClient| paint into DisplayList. R=ajuma BUG= Review URL: https://codereview.chromium.org/984443002 Cr-Commit-Position: refs/heads/master@{#319146}
-
jrummell authored
WebMediaKeySystemConfiguration is changing to use enums for initDataTypes and sessionTypes, so update WebEncryptedMediaClientImpl to use the enums. BUG=418239 TEST=EME tests still pass Review URL: https://codereview.chromium.org/979463002 Cr-Commit-Position: refs/heads/master@{#319145}
-
limasdf authored
R=kalman@chromium.org BUG=354046 TEST=extensions_unittests Review URL: https://codereview.chromium.org/977763002 Cr-Commit-Position: refs/heads/master@{#319144}
-
rvargas authored
BUG=417532 Review URL: https://codereview.chromium.org/970943003 Cr-Commit-Position: refs/heads/master@{#319143}
-
andresantoso authored
EventFromNative() returns null when given a system defined event, so filter them out when monitoring the event stream. When running the experimental MacViews browser, I was seeing an event with type=SysDefined subtype=7 (apparently it means that a mouse button state has changed). BUG=425229 Review URL: https://codereview.chromium.org/981693002 Cr-Commit-Position: refs/heads/master@{#319142}
-
sigbjornf authored
For the select few times an overriding "operator new" is needed for a GC class, provide the GC_PLUGIN_IGNORE() escape hatch for these. The responsibility that the "new"'s allocation will be on the Oilpan heap, rests with the implementor of the class. R=haraken BUG=443854 Review URL: https://codereview.chromium.org/975393002 Cr-Commit-Position: refs/heads/master@{#319141}
-
slamm authored
Make discarding the first result possible through Benchmark.ValueCanBeAddedPredicate (add a "is_first_result" arg to it). The main motivation here is to eliminate special cases for PageTest methods/attributes in user_story_runner.Run. BUG=440101 Review URL: https://codereview.chromium.org/962793004 Cr-Commit-Position: refs/heads/master@{#319140}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/235b088..ceac7ed TBR=samli@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/980533003 Cr-Commit-Position: refs/heads/master@{#319139}
-
alemate authored
This CL adds CaptivePortalAuthenticationIgnoresProxy policy. BUG=456839 TEST=manual Review URL: https://codereview.chromium.org/818433003 Cr-Commit-Position: refs/heads/master@{#319138}
-
tfarina authored
This was generated using the following command line: $ tools/sort_sources.py tools/gn/gn.gyp BUG=None R=scottmg@chromium.org Review URL: https://codereview.chromium.org/977603002 Cr-Commit-Position: refs/heads/master@{#319137}
-
jbudorick authored
It doesn't build in gyp configurations, either: https://code.google.com/p/chromium/codesearch#chromium/src/build/all.gyp&l=342 TBR=brettw@chromium.org BUG=464031 Review URL: https://codereview.chromium.org/979973002 Cr-Commit-Position: refs/heads/master@{#319136}
-
ssid authored
This CL adds google maps page to telemetry, and runs a synthetic drag gesture on the page. This helps testing of maps page in telemetry to track the performance on desktop chrome. BUG=457148 Review URL: https://codereview.chromium.org/955653003 Cr-Commit-Position: refs/heads/master@{#319135}
-
knn authored
186: Fixed bug 437524. There are paragraphs in policy description now. BUG=chromium:464048 BUG=chromium:437524 Review URL: https://codereview.chromium.org/977623003 Cr-Commit-Position: refs/heads/master@{#319134}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/b841060..4e644f5 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=joshualitt@google.com Review URL: https://codereview.chromium.org/977163002 Cr-Commit-Position: refs/heads/master@{#319133}
-
mseaborn authored
This pulls in the following Native Client changes: fad54f5: (bradnelson@google.com) Enable jecxz in 32-bit mode as jrcxz is allowed in 64-bit mode. a482c21: (stichnot@chromium.org) Make sure toolchain_build_pnacl.py installs pnacl-sz. 0810cf2: (dschuff@chromium.org) Update newlib revision for x86 compilers dac9220: (jvoung@chromium.org) Update libcxx known failures for "unexpected passes" after merge. Changes: https://chromium.googlesource.com/native_client/src/native_client/+log/f4113241ff6535697cbb8646aa0436f332c16779..dac922075e8f2e020b3538133d619c02a5a0e4fa BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_arm_compile,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/963983004 Cr-Commit-Position: refs/heads/master@{#319132}
-
danakj authored
This adds pixel tests for checkerboard quads to verify we're able to draw them, and another test where the quad is scaled. R=enne, vmpstr BUG=169624 Review URL: https://codereview.chromium.org/973223002 Cr-Commit-Position: refs/heads/master@{#319131}
-
hans authored
This allows Precise builders using LLVM_FORCE_HEAD_REVISION to build LLVM and Clang even though their system gcc and cmake are too old. BUG=452726 NOTRY=true Review URL: https://codereview.chromium.org/980633003 Cr-Commit-Position: refs/heads/master@{#319130}
-