- 03 Sep, 2014 9 commits
-
-
spang authored
Use PlatformWindow::SetCursor instead of CursorFactoryOzone::SetCursor. The GetCursorWindow() function becomes an implementation detail of the DRI platform. BUG=none TEST=compile, run on cros link_freon NOTRY=true Review URL: https://codereview.chromium.org/527293002 Cr-Commit-Position: refs/heads/master@{#293033}
-
reillyg authored
Instead of specifying each of the USB vendor and product ID pairs an app has permission to open this API extension allows filtering of devices by vendor and product IDs as well as USB interface classes, sub- classes and protocols. The 'vendorId' and 'productId' properties of EnumerateDevicesOptions are still supported for backwards compatibility. BUG= Review URL: https://codereview.chromium.org/517923002 Cr-Commit-Position: refs/heads/master@{#293032}
-
zmo authored
Otherwise there could be logging inserted between [ OK ] and the test name, and the harness will fail to recognize the test is passing, raising false alarm. BUG=409968 TEST=telemetry tests R=bajones@chromium.org,tonyg@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/530143002 Cr-Commit-Position: refs/heads/master@{#293031}
-
rtenneti authored
Ensure the QuicConnection's writer is not write blocked before trying to write another packet. Fix for Chrome crash bug 409191. Merge internal change: 74635422 BUG=409191 Nest a QUIC SerializedPacket inside a QUIC QueuedPacket. Merge internal change: 74239145 https://codereview.chromium.org/509203003/ Remove PacketType from QUIC because the QUEUED type is not used and the other types can be reduced to a bool. Merge internal change: 74148481 https://codereview.chromium.org/515003003/ Don't send a QUIC SCUP message until after handshake confirmed. A server config update was occasionally being sent before the crypto handshake was complete, causing the client to close the connection. Merge internal change: 74132773 https://codereview.chromium.org/516713002/ Change TransmissionInfo's all_transmissions SequenceNumberSet* to default to NULL, and only be present if there are multiple transmissions. Estimated to save ~2% of CPU. Merge internal change: 74076012 https://codereview.chromium.org/509073004/ Log the quic version for internal server tracing. Not used in production. Merge internal change: 74069715 https://codereview.chromium.org/514043002/ Optimize QuicUnackedPacketMap by changing from a LinkedHashMap to a deque. Estimated to save ~3% of CPU based on pprof profiling of 100 large gets on tools/quic/end_to_end_test.cc. Merge internal change: 74054196 https://codereview.chromium.org/514033002/ Unit test for empty packet closes QUIC connection bug. Merge internal change: 74041239 https://codereview.chromium.org/495423011/ Log the QUIC transmission type in QUIC internal server trace visitor. Not used in production. Merge internal change: 73895739 https://codereview.chromium.org/514023002/ Not used in production. Log whether a QUIC packet sent was a crypto packet or not for internal server side tracing. Merge internal change: 73894063 https://codereview.chromium.org/515003002/ Fix a QUIC bug in which PING frames were not being ACK'd. Merge internal change: 73837644 https://codereview.chromium.org/512933005/ R=rch@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/27f3f1894f09a96112df50fddd32895b4677f949 Review URL: https://codereview.chromium.org/515303003 Cr-Commit-Position: refs/heads/master@{#293030}
-
jaekyun authored
BUG=378975 Review URL: https://codereview.chromium.org/508493003 Cr-Commit-Position: refs/heads/master@{#293029}
-
nyquist authored
Revert of Add support for Java nano protocol buffers for Android. (patchset #4 id:60001 of https://codereview.chromium.org/511283003/) Reason for revert: Breaks some workflows and also should get new quota. Original issue's description: > Add support for Java nano protocol buffers for Android. > > This CL adds a new dependency on the protocol buffer compiler > from the android source tree, since this compiler supports > generating Java files using the nano runtime. > > The initial version of this dependency is 2.2.0a, but checked > out as what the Android 4.4.4 Release 2.0.1 tag points to. > > This CL adds a new protoc binary (for compiling protos) that supports > this, and also adds a Java library with the runtime. > > To simplify use of this, it also updates build/protoc_java.gypi to > support generating nano protos by specifying an optional > proto_runtime argument. The argument defaults to 'lite' which does > the same thing as before this change, and setting it to 'nano' > generates the new style Java files. > > The plan is to quickly deprecate the 'lite' runtime for Java, since > it is too big and uses too many methods. > > BUG=377891 > > Committed: https://chromium.googlesource.com/chromium/src/+/d8ae0a79834531e41912de44b9e212ffa7eb2785 TBR=cjhopman@chromium.org,darin@chromium.org NOTREECHECKS=true NOTRY=true BUG=377891 Review URL: https://codereview.chromium.org/534703004 Cr-Commit-Position: refs/heads/master@{#293028}
-
mpcomplete authored
Convert method. Also added a ConvertTo<X> helper function. Also changed it from class to struct, since every method was public. BUG=406492 Review URL: https://codereview.chromium.org/507173003 Cr-Commit-Position: refs/heads/master@{#293027}
-
ben authored
R=sky@chromium.org BUG=none Review URL: https://codereview.chromium.org/533933002 Cr-Commit-Position: refs/heads/master@{#293026}
-
Adam Langley authored
net: add (www.)honeybadger.io to HSTS preload. Cr-Commit-Position: refs/heads/master@{#293025}
-
- 02 Sep, 2014 31 commits
-
-
Nico Weber authored
TBR=jam@chromium.org Review URL: https://codereview.chromium.org/529183004 Cr-Commit-Position: refs/heads/master@{#293024}
-
oshima authored
There are more work needs to be finished, but this should at least allow us to implement login UI * Added chrome version of ExtensionsDelegate and AppActivity * introduce use_athena gyp flag * disabled features/code path that does not work yet on athena. Filed bugs to keep track of them. BUG=397167 R=mukai@chromium.org, yoz@chromium.org Review URL: https://codereview.chromium.org/514293003 Cr-Commit-Position: refs/heads/master@{#293023}
-
ernstm authored
R=zmo@chromium.org,ajuma@chromium.org BUG=407144 Review URL: https://codereview.chromium.org/536583002 Cr-Commit-Position: refs/heads/master@{#293022}
-
Brett Wilson authored
Review URL: https://codereview.chromium.org/532913002 Cr-Commit-Position: refs/heads/master@{#293021}
-
reillyg authored
This permission allows an application to access any connected U2F device (as identified by its HID Usage Page) through the chrome.hid API. BUG=374307 Review URL: https://codereview.chromium.org/518963002 Cr-Commit-Position: refs/heads/master@{#293020}
-
pkotwicz authored
This CL also centralizes setting the activity's bounds and transform while in split view to SplitViewController::UpdateLayout(). In particular, the bounds of an activity are now correct even if it is opened while some other activity is animating into split view BUG=405964 TEST=WindowManagerTest.NewWindowBounds Review URL: https://codereview.chromium.org/513313003 Cr-Commit-Position: refs/heads/master@{#293019}
-
rockot authored
This makes extensions aware of the platforms for which they have platform-specific resources installed, if any. This also hooks up the extension update code with some additional logic to place an extension in forced-update mode if it has platform-specific resources which don't match the current NaCl architecture. BUG=409948 TEST=install an extension which uses NaCl (QuickOffice for example). Rename the _platform-specific/<your-nacl-arch> directory some something else and force an update (e.g. via chrome://extensions button). Observe that a new CRX is downloaded and installed. Review URL: https://codereview.chromium.org/516293007 Cr-Commit-Position: refs/heads/master@{#293018}
-
smut authored
BUG=409919 Review URL: https://codereview.chromium.org/533443003 Cr-Commit-Position: refs/heads/master@{#293017}
-
hanxi authored
BUG=352293 Review URL: https://codereview.chromium.org/515563003 Cr-Commit-Position: refs/heads/master@{#293016}
-
aurimas authored
BUG=409104 b/17294369 NOTRY=true Review URL: https://codereview.chromium.org/510023003 Cr-Commit-Position: refs/heads/master@{#293015}
-
weiliangc authored
Calling begin() const and end() const function in ScopedPtrVector has compiler error with const_iterator. Change back from const T* to T*. Also since cpplint complains has to change a reference to pointer. Review URL: https://codereview.chromium.org/534743002 Cr-Commit-Position: refs/heads/master@{#293014}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/07cfde2700209d53893a4f7be2b52a3a25355740..5d185994db600614dae243adfb09a7e191208e2a TBR=hclam@chromium.org,tkent@chromium.org Review URL: https://codereview.chromium.org/527233004 Cr-Commit-Position: refs/heads/master@{#293013}
-
earthdok authored
It was inadvertently disabled in r287058. BUG=313751 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/528053003 Cr-Commit-Position: refs/heads/master@{#293012}
-
asvitkine authored
This is better than the existing pair of histograms UMA.ProtoCompressionRatio and UMA.ProtoGzippedKBSaved which require manual calculation to get at the approx. value. BUG=409179 Review URL: https://codereview.chromium.org/523153002 Cr-Commit-Position: refs/heads/master@{#293011}
-
jri authored
BUG= Review URL: https://codereview.chromium.org/524463004 Cr-Commit-Position: refs/heads/master@{#293010}
-
aurimas authored
Proguard strips these methods if they are not annotated because they are only used in tests. TBR=brettw BUG=163393 Review URL: https://codereview.chromium.org/528963003 Cr-Commit-Position: refs/heads/master@{#293009}
-
nyquist authored
The DistilledPageInfo and related structs are unnecessary, and it is possible to pass the DomDistillerResult proto around instead. Currently they contain the same data, and it is all just copied over. Removing this intermediate step simplifies the code and makes it easier to add more data to the DomDistillerResult proto and passing it through to DistilledPageProto. BUG=409274 Review URL: https://codereview.chromium.org/493853006 Cr-Commit-Position: refs/heads/master@{#293008}
-
pshenoy authored
BUG=None NOTRY=True Review URL: https://codereview.chromium.org/521993002 Cr-Commit-Position: refs/heads/master@{#293007}
-
tbarzic authored
This should enable the message receiver to identify a key to be used for message decryption. BUG=409099 (depends on https://codereview.chromium.org/513013003/) Review URL: https://codereview.chromium.org/518643002 Cr-Commit-Position: refs/heads/master@{#293006}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/98d709bc8d0761df8e0ad35e92c06e500f0be50d..00f30bdc9e34b013da54b4406f36556c5be8d041 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/528023002 Cr-Commit-Position: refs/heads/master@{#293005}
-
Brett Wilson authored
Add usrsctp. Make Windows version configurable for this in the build. direct_dependent_configs for libsrtp. R=hclam@chromium.org Review URL: https://codereview.chromium.org/534713003 Cr-Commit-Position: refs/heads/master@{#293004}
-
scottmg authored
Revert of Add LatencyInfo support for Surfaces. (patchset #3 id:40001 of https://codereview.chromium.org/511423004/) Reason for revert: Failed compile here: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Builder/builds/12959/steps/compile/logs/stdio Original issue's description: > Add LatencyInfo support for Surfaces. > > BUG= > > Committed: https://chromium.googlesource.com/chromium/src/+/30ea8cb30b9e0d6fcd037bc434b29bac41196e5e TBR=jamesr@chromium.org,jbauman@chromium.org NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/533913003 Cr-Commit-Position: refs/heads/master@{#293003}
-
baranovich authored
BUG=377538 R=jgraettinger@chromium.org TEST=SpdyNetworkTransactionTest.GoAwayOnPushStreamIdLesserOrEqualThanLastAccepted SpdyNetworkTransactionTest.GoAwayOnOddPushStreamId Review URL: https://codereview.chromium.org/511283005 Cr-Commit-Position: refs/heads/master@{#293002}
-
danakj authored
This memory limit is a lowest-common-denominator type value that should work for more-or-less all platforms. Currently this value causes impl-side painting to increase the size of the renderer process resident memory, which is causing memory regressions on the perf bots. But, having enough memory for 2 frames seems excessive as the baseline since in the common case we need to upload resources for the next compositor deadline that will be presented at the next vsync. So, remove the 2x multiplier from this constant value. R=reveman BUG=407193 Review URL: https://codereview.chromium.org/522023002 Cr-Commit-Position: refs/heads/master@{#293001}
-
davemoore authored
BUG= Review URL: https://codereview.chromium.org/535543002 Cr-Commit-Position: refs/heads/master@{#293000}
-
bratell authored
R=primiano BUG= Review URL: https://codereview.chromium.org/399683004 Cr-Commit-Position: refs/heads/master@{#292999}
-
jbauman authored
BUG= Review URL: https://codereview.chromium.org/511423004 Cr-Commit-Position: refs/heads/master@{#292998}
-
dtseng authored
Rather than complicating the API with proposals of key re injection, or runtime registration/deregistration (which we might want for other reasons in the future), here's a very simple change that would probably give us the same functionality. If an extension remove all chrome.commands.onCommand listeners, then they will no longer receive the onCommand event and thereafter, the browser should continue propagating the key event and not drop it. I think this is actually the correct behavior, but also allows extension authors to have a little more control over when a command should be processed. BUG=407163 Review URL: https://codereview.chromium.org/504183004 Cr-Commit-Position: refs/heads/master@{#292997}
-
Sadrul Habib Chowdhury authored
BUG=none TBR=mukai@chromium.org Review URL: https://codereview.chromium.org/535593002 Cr-Commit-Position: refs/heads/master@{#292996}
-
orenb authored
They should no longer be flaky/crashing because the underlying watch manager is new, shiny, and more stable. BUG=390979 Review URL: https://codereview.chromium.org/530703003 Cr-Commit-Position: refs/heads/master@{#292995}
-
ahernandez.miralles authored
This is the first in a series of CLs intended to reduce the amount of caching in docserver code. The @Cache annotation is used to indicate that compiled data should be cached in CompiledFileSystem. NOTRY=True Review URL: https://codereview.chromium.org/521693003 Cr-Commit-Position: refs/heads/master@{#292994}
-