- 09 Jan, 2015 40 commits
-
-
lizeb authored
The instrumentation uses android.os.Trace instead of the more common org.chromium.base.TraceEvent as the resource extraction is typically done before the native library initialization, so TraceEvent calls are dropped (per TraceEvent documentation). BUG=445718 Review URL: https://codereview.chromium.org/805693003 Cr-Commit-Position: refs/heads/master@{#310772}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/e34d6bd..9b2cf52 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=caryclark@google.com Review URL: https://codereview.chromium.org/843073002 Cr-Commit-Position: refs/heads/master@{#310771}
-
peter authored
When a displayed notification outlives the browser process, we need to be able to wake up the browser and re-create all required objects and data in order to fire the "notificationclick" event on the Service Worker associated with a notification. This patch serializes the notification data in a pickle, and passes it as an opaque byte array to the Java side, where it's stored in the Android intent. When the intent fires, we pass it back to C++ and unserialize the data there. BUG=90795, 432527 Review URL: https://codereview.chromium.org/839533004 Cr-Commit-Position: refs/heads/master@{#310770}
-
derat authored
Document a new histogram that will be reported from a Chrome OS Upstart script when the system is automatically rebooted after a dbus-daemon crash. BUG=432980 Review URL: https://codereview.chromium.org/807933005 Cr-Commit-Position: refs/heads/master@{#310769}
-
mtklein authored
This updates analysis_canvas_unittest.cc to match the rest of Chromium, using an SkRTree instead of an SkTileGrid. This helps us delete SkTileGrid. The remaining references to SkTileGridFactory are all just to SkTileGridFactory::TileGridInfo, which I'll clean up in another pass. BUG=skia:3085 Review URL: https://codereview.chromium.org/841173003 Cr-Commit-Position: refs/heads/master@{#310768}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#310767}
-
hashimoto authored
To avoid having a lot of -Wunused-private-field warnings when using "=delete" to implement DISALLOW_COPY_AND_ASSIGN. BUG=447445 Review URL: https://codereview.chromium.org/824893004 Cr-Commit-Position: refs/heads/master@{#310766}
-
mkosiba authored
This makes it possible to mmap the V8 snapshot and ICU data file directly from the WebView APK. Doing so makes it possible to remove the android_webview_telemetry_build flag which in turns means we can build the WebView with the same set of flags that Chrome on Android uses. BUG=442338 Review URL: https://codereview.chromium.org/812393002 Cr-Commit-Position: refs/heads/master@{#310765}
-
vabr authored
Log changes of the password manager UI state (bubble and icon) through about:password-manager-internals. BUG=439064 Review URL: https://codereview.chromium.org/839023003 Cr-Commit-Position: refs/heads/master@{#310764}
-
rob authored
Previously, when the embedded extension options page was hidden through an unexpected event (i.e. not via Esc or via the Close button, but via a script, e.g. by bug 445918), the extension options page would not be removed even though it was hidden. This patch fixes the problem by triggering the page destruction handlers (ExtensionOptionsOverlay.prototype.handleDismiss_) via the cancelOverlay event. BUG=445978 R=finnur@chromium.org Review URL: https://codereview.chromium.org/831063002 Cr-Commit-Position: refs/heads/master@{#310763}
-
vasilii authored
When the input form violates the database's constraints the method should return an empty PasswordStoreChangeList. BUG=396900 Review URL: https://codereview.chromium.org/842163002 Cr-Commit-Position: refs/heads/master@{#310762}
-
pasko authored
This user perceived latency histogram should reflect the time from a browser cold start to the moment the first navigation is committed: the progress bar appears and the omnibox draws artifacts of the URL. BUG=436960 Review URL: https://codereview.chromium.org/818513002 Cr-Commit-Position: refs/heads/master@{#310761}
-
johnme authored
Specifically, for https://goto.google.com/gcmdriver-already-instantiated Sample output: [FATAL:gcm_profile_service.cc(155)] An instance of GCMProfileService already exists! Old profile: 0x9e9d75c0 Default 0 0 1 13065207799278578, new profile: 0x9e9d75c0 Default 0 0 1 13065207799278578 BUG=437827 Committed: https://crrev.com/934554c3f369c9821b0af3ae8a09ed55f29eafc9 Cr-Commit-Position: refs/heads/master@{#310593} Review URL: https://codereview.chromium.org/846473003 Cr-Commit-Position: refs/heads/master@{#310760}
-
noel authored
Add a qcms_profile_get_description() api: returns the description of a color profile for debug use. TBR=darin@chromium.org BUG=401971 Review URL: https://codereview.chromium.org/796373005 Cr-Commit-Position: refs/heads/master@{#310759}
-
benm authored
When Chrome for Android encounters a Flash based YouTube embed, it renders a plugin replacement that redirects to the Android YoutTube app. The HTML that describes the plugin replacement got broken in the refactorings for crrev.com/297078 BUG=447290 TBR=arv@chromium.org Review URL: https://codereview.chromium.org/846513002 Cr-Commit-Position: refs/heads/master@{#310758}
-
hirono authored
Previously the first argument of toggleMode function passed to the event handler was not bounded. Thus event object is passed to the first argument of toggleMode unintentionally. BUG=447519 TEST=None Review URL: https://codereview.chromium.org/839173003 Cr-Commit-Position: refs/heads/master@{#310757}
-
kcarattini authored
BUG=445396 Review URL: https://codereview.chromium.org/842083004 Cr-Commit-Position: refs/heads/master@{#310756}
-
rmcilroy authored
Adds code which generates a SHA256 fingerprint of the external V8 snapshot blob files during the build process, and embeds these values into the binary. During startup the SHA256 hash of the snapshot blobs are compared against these fingerprints and Chrome will fail to load if they differ. BUG=421063,439661 Review URL: https://codereview.chromium.org/832393003 Cr-Commit-Position: refs/heads/master@{#310755}
-
henryhsu authored
Some platforms have multiple video decoders and encoders. For decode and encoder, return the first succeed initialized VDA and VEA from all possible platforms. GetSupportedProfile return all possible profiles from all encoders. This cl is submitted again because crrev.com/826663002 was reverted in crrev.com/832383004. BUG=445016 TEST=Tested on squawks. For decoder, make sure V4L2 initialization failed and VAAPI successed. For encoder, test on extension. TBR=piman@chromium.org,posciak@chromium.org Review URL: https://codereview.chromium.org/842123002 Cr-Commit-Position: refs/heads/master@{#310754}
-
sbc authored
This script was previously run three times, once for each arch, with two of the three always being no-ops. Instead just run the script once and have the script figure out which image to download. Second attempt at landing this. First attempt caused failures on windows builders: https://codereview.chromium.org/834133003 TEST=trybots + 'gclient runhooks' locally Review URL: https://codereview.chromium.org/843643003 Cr-Commit-Position: refs/heads/master@{#310753}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c29c39c..fc1d527 TBR=keishi@chromium.org Review URL: https://codereview.chromium.org/841293002 Cr-Commit-Position: refs/heads/master@{#310752}
-
treib authored
(even when it's not the current profile that's being deleted). BUG=445043 Review URL: https://codereview.chromium.org/840733002 Cr-Commit-Position: refs/heads/master@{#310751}
-
phoglund authored
It does work on win and linux at least :) BUG=446859 TBR=henrika@chromium.org Review URL: https://codereview.chromium.org/830423010 Cr-Commit-Position: refs/heads/master@{#310750}
-
nhiroki authored
ServiceWorkerDatabase::ReadRegistration and ReadUserData should return NOT_FOUND when the database hasn't been initialized yet, but the current implementation wrongly returns STATUS_OK without any valid data. This CL fixes it. BUG=447469 TEST=content_unittests --gtest_filter=ServiceWorkerDatabaseTest.* Review URL: https://codereview.chromium.org/846443005 Cr-Commit-Position: refs/heads/master@{#310749}
-
henrika authored
WebRTC 7972:8027 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/c2c971d..f19180d Libjingle 7972:8026 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/1aaae71..22a0397 BUG=NONE TBR=tommi Review URL: https://codereview.chromium.org/842143002 Cr-Commit-Position: refs/heads/master@{#310748}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f819761..c29c39c TBR=keishi@chromium.org Review URL: https://codereview.chromium.org/840263002 Cr-Commit-Position: refs/heads/master@{#310747}
-
brettw authored
This is in preparation for converting this target to GN. There shoule be no functional change. TBR=dpranke Review URL: https://codereview.chromium.org/840213004 Cr-Commit-Position: refs/heads/master@{#310746}
-
mtomasz authored
If reading is aborted before the file is opened, then obviously abort event is not dispatched to the providing extension, as there is no operation to abort. This patch fixes this race by waiting until the read operation is started, so the abort event will be always dispatched. TEST=browser_tests: *FileSystemProvider*ReadFile* BUG=None Review URL: https://codereview.chromium.org/836613008 Cr-Commit-Position: refs/heads/master@{#310745}
-
hirono authored
BUG=NONE TEST=NONE Review URL: https://codereview.chromium.org/847453002 Cr-Commit-Position: refs/heads/master@{#310744}
-
fukino authored
BUG=303778 TEST=check Files.app, VideoPlayer.app, and AudioPlayer.app if fonts look same. Review URL: https://codereview.chromium.org/842813002 Cr-Commit-Position: refs/heads/master@{#310743}
-
melandory authored
Unittest which updates database from version 1 to current version. BUG=423828 R=gcasto@chromium.org Review URL: https://codereview.chromium.org/808173002 Cr-Commit-Position: refs/heads/master@{#310742}
-
mtomasz authored
Before, an uninitialized class was being used in queue.h, which is illegal, but for some strange reason fails on MSAN build bots only. TEST=Compiles on MSAN. BUG=None Review URL: https://codereview.chromium.org/813403005 Cr-Commit-Position: refs/heads/master@{#310741}
-
Tomasz Mikolajewski authored
This patch exposes the limiting feature to providing extensions. TEST=browser_tests: *FileSystemProvider*ReadFile* BUG=445125 R=benwells@chromium.org, yawano@chromium.org Review URL: https://codereview.chromium.org/824753003 Cr-Commit-Position: refs/heads/master@{#310740}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/8f3519a..e34d6bd CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=caryclark@google.com Review URL: https://codereview.chromium.org/819173004 Cr-Commit-Position: refs/heads/master@{#310739}
-
estade authored
BUG=none Review URL: https://codereview.chromium.org/802613004 Cr-Commit-Position: refs/heads/master@{#310738}
-
jbauman authored
This requires that previously-used textures be returned to the browser compositor before a commit, so they can be uploaded to. This saves memory by reducing the number of textures that need to be created. Also avoid releasing old textures from renderers on SubmitFrame, as that can be unnecessarily expensive if both the old and new frames reference the same textures. BUG=446588,446417,446414 Review URL: https://codereview.chromium.org/843633003 Cr-Commit-Position: refs/heads/master@{#310737}
-
phoglund authored
This finally adds a end-to-end WebRTC audio quality test which includes getUserMedia and the capture path (except, obviously, the os-specific code which actually interacts with the capture device etc). This patch also makes the audio input device generic. It will now convert its input .wav file to suit the audio bus. I had to do this because the PESQ tests require files to be mono, 16-bit and so on. BUG=446859 Review URL: https://codereview.chromium.org/831693004 Cr-Commit-Position: refs/heads/master@{#310736}
-
hirono authored
This is workaround for crbug.com/442217. BUG=442217 TEST=None Review URL: https://codereview.chromium.org/844903003 Cr-Commit-Position: refs/heads/master@{#310735}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/8a288b5..f819761 TBR=jsbell@chromium.org,keishi@chromium.org Review URL: https://codereview.chromium.org/845683002 Cr-Commit-Position: refs/heads/master@{#310734}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#310733}
-