- 21 Jul, 2015 40 commits
-
-
sbc authored
All libraries and example now build with the ARM glibc toolchain. No tests are run yet. CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk;tryserver.chromium.win:win_nacl_sdk BUG=505885 Review URL: https://codereview.chromium.org/1243823002 Cr-Commit-Position: refs/heads/master@{#339784}
-
dgrogan authored
When the quota database is asked for the least recently used origin for eviction it should not return any origins that have been granted the durable storage permission. Note that there is no easy way for a user to set this permission yet. That is coming in https://codereview.chromium.org/1164073005/ and https://codereview.chromium.org/1154573005/ BUG=482814 Review URL: https://codereview.chromium.org/1229933007 Cr-Commit-Position: refs/heads/master@{#339783}
-
nhiroki authored
Before this patch, there is no way to know result of purging stale resources. BUG=n/a Review URL: https://codereview.chromium.org/1232923003 Cr-Commit-Position: refs/heads/master@{#339782}
-
dyen authored
In a previous CL top level group markers were converted to using chromium traces: https://codereview.chromium.org/780653007/ The initial thought was that we would standardize on a single trace type. This is a transitional step which moves the debug marker manager to be set in the chromium traces, and also makes the group marker calls mimic the chromium trace calls. Eventually the group marker calls should be deprecated. R=sievers@chromium.org, vmiura@chromium.org BUG=242999, 503166 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1132283003 Cr-Commit-Position: refs/heads/master@{#339781}
-
xhwang authored
ServiceFactory is an interface used to create media services. Services created in one factory instance are isolated from services created in another factory instance. This is used in Chromium to isolate media services for different RenderFrames. BUG=510653 TEST=Plays the same EME test page in 2 tabs. Review URL: https://codereview.chromium.org/1230313010 Cr-Commit-Position: refs/heads/master@{#339780}
-
xhwang authored
BUG=512105 TEST=Manually tested by checking about://tracing and about://histograms. Review URL: https://codereview.chromium.org/1241263002 Cr-Commit-Position: refs/heads/master@{#339779}
-
brettw authored
Previously GN's runtime deps computation would only count a target once, but this ignores the fact that whether a target is a data dependency or a regular one affects how it's added. This patch revisits a target if it's depended on in a data dependency even if it's already been seen as a regular dependency. Enhance the runtime deps documentation. Review URL: https://codereview.chromium.org/1250883002 Cr-Commit-Position: refs/heads/master@{#339778}
-
bashi authored
Revert of Call EnsureWebKitInitialized() before registering extensions (patchset #3 id:40001 of https://codereview.chromium.org/1182083006/) Reason for revert: This seems the cause of many crashes Original issue's description: > Call EnsureWebKitInitialized() before registering extensions > > Blink needs to be initialized before registering an extension because: > - WebScriptController::registerExtension() allocates an WTF::Vector on the first > call. > - WTF::Vector uses PartitionAlloc. > - PartitionAlloc's partitions needs to be initialized before allocating memory. > Blink initialization does the job. > > Before this CL, partitions are initialized lazily but lazy initialization > doesn't provide proper histogram function, which might be the cause of missing > report for PartitionAlloc.CommittedSize UMA. > > BUG=501171 > > Committed: https://crrev.com/0d244fa5e106b3d146655a2c623539a3e1900831 > Cr-Commit-Position: refs/heads/master@{#339200} TBR=jochen@chromium.org,haraken@chromium.org,kalman@chromium.org,kinuko@chromium.org,paulmeyer@chromium.org,sievers@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=501171 Review URL: https://codereview.chromium.org/1244243003 Cr-Commit-Position: refs/heads/master@{#339777}
-
scheib authored
BUG=490430 R=ortuno@chromium.org Review URL: https://codereview.chromium.org/1241283003 Cr-Commit-Position: refs/heads/master@{#339776}
-
andresantoso authored
BUG=45650 Review URL: https://codereview.chromium.org/1224283006 Cr-Commit-Position: refs/heads/master@{#339775}
-
xhwang authored
In low delay mode, we'll start playback when we have any frame. If we accumulate frames earlier than the start time, we'll start playing that frame prematurely. Instead, drop those frames immediately. Playback will start when we start to have frames on or later than the start time. BUG=512145 TEST=Updated the unittest to cover this case. Review URL: https://codereview.chromium.org/1246033008 Cr-Commit-Position: refs/heads/master@{#339774}
-
sbc authored
This was broken by my recent change to enable arm-glibc. CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk Review URL: https://codereview.chromium.org/1246133002 Cr-Commit-Position: refs/heads/master@{#339773}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/49d3837a..b2dfa5cd Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1250853003 Cr-Commit-Position: refs/heads/master@{#339772}
-
feixiong authored
CronetSampleActivity is modified to use the new async APIs instead of the deprecated old APIs. R=xunjieli@chromium.org BUG= Review URL: https://codereview.chromium.org/1221513002 Cr-Commit-Position: refs/heads/master@{#339771}
-
shreyasv authored
This client informs embedders when a BrowsingDataPartition becomes synchronized. BUG=480654 Review URL: https://codereview.chromium.org/1247143002 Cr-Commit-Position: refs/heads/master@{#339770}
-
twellington authored
BUG=505430 Review URL: https://codereview.chromium.org/1245233002 Cr-Commit-Position: refs/heads/master@{#339769}
-
aiolos authored
BUG=475714 Review URL: https://codereview.chromium.org/1250443002 Cr-Commit-Position: refs/heads/master@{#339768}
-
dzhioev authored
The problem was that the UI expected that CONTEXT_KEY_KEYBOARD_STATE key observer is called before CONTEXT_KEY_KEYBOARD_PINCODE observer. In fact, the order of notifications was never defined. It have changed at some point, which lead to regression. BUG=507896 TEST=OobeWebUITest.HIDDetectionScreenTest browser test Review URL: https://codereview.chromium.org/1243983002 Cr-Commit-Position: refs/heads/master@{#339767}
-
avi authored
Switch RenderFrameHostManager to use RenderProcessHostObserver, remove NOTIFICATION_RENDERER_PROCESS_CLOSING. BUG=170921 TEST=everything still works Review URL: https://codereview.chromium.org/1245903004 Cr-Commit-Position: refs/heads/master@{#339766}
-
pkasting authored
This is a warning about signed vs. unsigned values in a comparison. The code in question was added entirely by a previous patch, so this simply modifies that patch, and the results of applying it. Adding an "(unsigned)" C-style cast is a somewhat ugly fix to one location, but the alternative would be a potentially-vast change to the APIs in question to change int to unsigned throughout the transitive closure of places that touch this. I didn't seriously investigate doing this. BUG=398202 TEST=none Review URL: https://codereview.chromium.org/1248763003 Cr-Commit-Position: refs/heads/master@{#339765}
-
jdonnelly authored
The existing string refers to a checkbox but the iOS ui uses a switch component that doesn't look like a checkbox. The CL to actually use this string is still under development but I'd like to get this in the translation queue. BUG=484806 Review URL: https://codereview.chromium.org/1233313010 Cr-Commit-Position: refs/heads/master@{#339764}
-
schenney authored
A race condition is suspected in which the first setNeedsLayout call happens between a layout and a paint for a webview plugin. This change ensures that setNeedsLayout... is called on the plugin's container at initialization, which occurs during the correct document lifecycle position. TBR=bauerb@chromium.org,tommycli@chromium.org BUG=493375 Review URL: https://codereview.chromium.org/1244113003 Cr-Commit-Position: refs/heads/master@{#339763}
-
keitchen authored
For some content (e.g. HLS live streams), attempting to seek will get the media player stuck in an error state. In https://codereview.chromium.org/22605013, this was addressed by preventing seeks if the duration of the video is negative. However, with https://codereview.chromium.org/617743004, a -1 returned by the Android MediaPlayer will be converted to media::kInfiniteDuration(). This CL utilizes two seek booleans derived from the Android MediaPlayer to determine if a seek should be allowed. BUG=510641 TEST=MediaPlayerBridgeTest.* Review URL: https://codereview.chromium.org/1234483003 Cr-Commit-Position: refs/heads/master@{#339762}
-
varkha authored
This makes the behavior match native platforms. BUG=376384 TEST=On linux - press Alt+F, then Up Arrow key, then Enter. Expected: The last item "Exit" was selected and invoked, quitting Chrome. Review URL: https://codereview.chromium.org/1230163004 Cr-Commit-Position: refs/heads/master@{#339761}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/ae3714f..db0b1e7 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=joshualitt@google.com Commits in this roll: db0b1e7 hendrikw@chromium.org ANGLE deps roll 0f38612 ericrk@chromium.org Bilinear optimization for 1D convolution. e59524d caryclark@google.com make mixedtextblobs gm portable 4c4b84c mtklein@chromium.org Clean up more SkXfermode.cpp dead code. 7e7b5c5 joshualitt@chromium.org adding assert to GrAtlasTextContext cd1930d mtklein@chromium.org De-templatize Sk4pxXfermode code a bit. c3dcb67 caryclark@google.com make color emoji gm portable 654ad19 mtklein@google.com Revert of De-templatize Sk4pxXfermode code a bit. (patchset #2 id:20001 of https://codereview.chromium.org/1242743004/) 18c58c7 robertphillips@google.com Possible fix Moto E compilation failure e617e15 mtklein@chromium.org De-templatize Sk4pxXfermode code a bit. cf2a6a4 msarett@google.com Reenable yasm for Android x86 and x86-64 on Linux host 259fbf1 joshualitt@chromium.org Add sanity check to GrAtlasTextBlob f6e092a senorblanco@chromium.org Remove SK_LEGACY_IMAGE_FILTER_CROP_RECT_EDGES code. Review URL: https://codereview.chromium.org/1248003002 Cr-Commit-Position: refs/heads/master@{#339760}
-
rsleevi authored
Revert of Parse HPKP report-uri and persist in TransportSecurityPersister (patchset #11 id:200001 of https://codereview.chromium.org/1211363005/) Reason for revert: Causes Win7 to hang Original issue's description: > Parse HPKP report-uri and persist in TransportSecurityPersister > > This CL parses the report-uri attribute on HPKP headers and stores them > in TransportSecurityPersister. > > This is CL #1. > CL #2: crrev.com/1212973002 (add net::CertificateReportSender) > CL #3: crrev.com/1212613004 (add net::TransportSecurityReporter) > CL #4: crrev.com/1213783005 (send HPKP reports) > > BUG=445793 > > Committed: https://crrev.com/1320e36d908427d615357df1630348bfb38cb5c4 > Cr-Commit-Position: refs/heads/master@{#339667} TBR=davidben@chromium.org,eroman@chromium.org,estark@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=445793 Review URL: https://codereview.chromium.org/1249823002 Cr-Commit-Position: refs/heads/master@{#339759}
-
rvargas authored
BUG=426577 Review URL: https://codereview.chromium.org/1246103003 Cr-Commit-Position: refs/heads/master@{#339758}
-
dtrainor authored
- Rewrite it a bit to clean it up and get it working properly again - The script tracks memory on processes on an Android device BUG= Review URL: https://codereview.chromium.org/1228393009 Cr-Commit-Position: refs/heads/master@{#339757}
-
rtenneti authored
net::QuicPacket::FecProtectedData. The following CL handles QuicFramer::BuildDataPacket returning a nullptr. https://codereview.chromium.org/1246793002/ BUG=479880,512446 R=rch@chromium.org Review URL: https://codereview.chromium.org/1247563002 Cr-Commit-Position: refs/heads/master@{#339756}
-
ianwen authored
In customtabstoolbar we set the left margin of location bar to be the same size of the security icon. However it the security icon is not visible, this margin should be reset. BUG=512161 Review URL: https://codereview.chromium.org/1247513002 Cr-Commit-Position: refs/heads/master@{#339755}
-
andresantoso authored
handling_input_event_ needs to be set in RenderWidget::OnImeSetComposition, otherwise RenderView::DidChangeSelection will skip sending the selection change message the the browser, even though it was correctly set on the renderer side. Also fix incorrectly set selectedRange_ in -setMarkedText, |newSelRange| is relative to the marked text while selectedRange_ is relative to the entire text storage. BUG=500376 Review URL: https://codereview.chromium.org/1240943002 Cr-Commit-Position: refs/heads/master@{#339754}
-
brettw authored
In many places that iterated over the results, the code was changed to use a range-based for loop over the result of the SplitStirng call. Review URL: https://codereview.chromium.org/1240183002 Cr-Commit-Position: refs/heads/master@{#339753}
-
twellington authored
Use PageTransition.LINK when "open image" or "open image in new tab" is selected from the context menu. BUG=505430 Review URL: https://codereview.chromium.org/1241263004 Cr-Commit-Position: refs/heads/master@{#339752}
-
pkotwicz authored
This CL makes InstallerDelegateTest an instrumentation test and moves it to ChromePublicTest. BUG=505040 TEST=None TBR=dfalcantara Review URL: https://codereview.chromium.org/1228353007 Cr-Commit-Position: refs/heads/master@{#339751}
-
wolenetz authored
This change adds some helpers to help readability of these tests, addressing a review comment from https://codereview.chromium.org/1235793005/. It also moves some test statics into an unnamed namespace for style. R=xhwang@chromium.org Review URL: https://codereview.chromium.org/1242943003 Cr-Commit-Position: refs/heads/master@{#339750}
-
dpranke authored
Some of the GN tryservers are not yet part of the default CQ set of bots, but we should be sure to run them anyway on deps rolls that pull in new GN binaries. R=brettw@chromium.org BUG= Review URL: https://codereview.chromium.org/1239943003 Cr-Commit-Position: refs/heads/master@{#339749}
-
davidben authored
The experiment gave mixed results and is being dropped. Remove the code supporting it. BUG=none Review URL: https://codereview.chromium.org/1247063004 Cr-Commit-Position: refs/heads/master@{#339748}
-
vmpstr authored
This patch just adds one DCHECK in order to help diagnose a crash that seems to happen when we create a resource_pool with a null resource provider. R=enne BUG=419086 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1243773003 Cr-Commit-Position: refs/heads/master@{#339747}
-
ericrk authored
GpuChannel currently calculates current memory usage by iterating over all stubs and summing their individual memory usage. This results in double counting as a given stub may share its memory tracker with other stubs, if they are in a share group. To avoid double counting, we now iterate over stubs to collect a set of unique MemoryTrackers, then sum the memory usage of each unique tracker. BUG=512535 Review URL: https://codereview.chromium.org/1244843004 Cr-Commit-Position: refs/heads/master@{#339746}
-
sky authored
To avoid confusion with the ones in mandoline I'm renaming the html_viewer to be prefixed with html_. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/1246053003 Cr-Commit-Position: refs/heads/master@{#339745}
-