- 04 Nov, 2014 40 commits
-
-
Adam Langley authored
net: remove matteomarescotti.name from the HSTS list by request. Cr-Commit-Position: refs/heads/master@{#302632}
-
sdefresne authored
Remove unnecessary #includes from //components/keyed_service/content after recent refactoring. BUG=419366 Review URL: https://codereview.chromium.org/701463003 Cr-Commit-Position: refs/heads/master@{#302631}
-
lambroslambrou authored
subprocess.call() is documented as accepting the same arguments as subprocess.Popen(). This lets us simplify some usages. NOTRY=true Review URL: https://codereview.chromium.org/698103003 Cr-Commit-Position: refs/heads/master@{#302630}
-
cbentzel authored
BUG=429300 Review URL: https://codereview.chromium.org/695073002 Cr-Commit-Position: refs/heads/master@{#302629}
-
Per authored
First attempt in https://codereview.chromium.org/701853003/ does not update Linux 64bit. The WebRtc roll in VP9 dependency https://codereview.chromium.org/703443004/. WebRtc submit: https://code.google.com/p/webrtc/source/detail?r=7588 "linux-release/sizes/chrome-bss/bss": {"reva": 302608, "revb": 302608, "type": "absolute", "better": "lower", "improve": 501584, "regress": 554384, "sha1": "63 34ce61"}, BUG=424235 TBR=andrewhayden@chromium.org,tommi@chromium.org Review URL: https://codereview.chromium.org/698313002 Cr-Commit-Position: refs/heads/master@{#302628}
-
e.hakkinen authored
Picture layer impl has been changed to use pile tiling size as layer bounds while creating picture layer tilings. Therefore, perftests should not create inifinite piles as they result in picture layer impls creating infinite tilings which exhaust memory. BUG=428844 Review URL: https://codereview.chromium.org/684273003 Cr-Commit-Position: refs/heads/master@{#302627}
-
phoglund authored
BUG=430001 TBR=perkj@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/700913002 Cr-Commit-Position: refs/heads/master@{#302626}
-
dmikurube authored
BUG=None TEST=None NOTRY=True Review URL: https://codereview.chromium.org/699213002 Cr-Commit-Position: refs/heads/master@{#302625}
-
grt authored
This is accomplished by the introduction of the DownloadMetadataManager, which maintains state about the most recent binary download. BUG=389123, 386915, 389643 Review URL: https://codereview.chromium.org/663023007 Cr-Commit-Position: refs/heads/master@{#302624}
-
fsamuel authored
BUG=430096 TBR=nasko@chromium.org for render_widget_host_view_guest.* TBR=kenrb@chromium.org for browser_plugin_messages.h TBR=lazyboy@chromium.org for overall. Review URL: https://codereview.chromium.org/690263003 Cr-Commit-Position: refs/heads/master@{#302623}
-
kalyan.kondapally authored
During the GPU Channel set up, we queue Cursor related IPC calls and calls related to Widget delegate creation is done only after the channel is established. This has a effect that the cursor related IPC calls are handled first and then calls related to Widget delegate creation. However ResetCursor expects WindowDelegate for the widget to be already present. Now, we force the creation of WidgetDelegate in OnCursorSet. This was causing a crash during startup. Review URL: https://codereview.chromium.org/698793002 Cr-Commit-Position: refs/heads/master@{#302622}
-
gavinp authored
This test was using the wrong mtime as its reference for freshness, and the index file directory was being created in the wrong order on creation, which tended to make the first load of an index appear stale, which was particularly pernicious for a test. R=jkarlin@chromium.org BUG=255775 Review URL: https://codereview.chromium.org/705433002 Cr-Commit-Position: refs/heads/master@{#302621}
-
vadimt authored
The jank almost disappeared, either because it was fixed, or its numbers were absorbed by other instrumentations. At the current moment in Win, instrumentation for OAuth2AccessTokenFetcherImpl::OnURLFetchComplete shown 1.65 118ms jph, and remaining own jankiness of URLFetcherCore::OnCompletedURLRequest is 2.87. BUG=422577 TBR=toyoshim@chromium.org, dconnelly@chromium.org, pkasting@chromium.org, zea@chromium.org, yoz@chromium.org, mmenke@chromium.org, dcheng@chromium.org, mattm@chromium.org, jhawkins@chromium.org, rogerta@chromium.org Review URL: https://codereview.chromium.org/701463004 Cr-Commit-Position: refs/heads/master@{#302620}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/4ab22e3..7a10fb6 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/702713002 Cr-Commit-Position: refs/heads/master@{#302619}
-
qsr authored
R=aa@chromium.org Review URL: https://codereview.chromium.org/699123003 Cr-Commit-Position: refs/heads/master@{#302618}
-
cylee authored
BUG=chromium:400619 Review URL: https://codereview.chromium.org/657023008 Cr-Commit-Position: refs/heads/master@{#302617}
-
Per authored
The WebRtc roll in VP9 dependency https://codereview.chromium.org/703443004/. WebRtc submit: https://code.google.com/p/webrtc/source/detail?r=7588 "linux-release/sizes/chrome-bss/bss": {"reva": 302608, "revb": 302608, "type": "absolute", "better": "lower", "improve": 501584, "regress": 554384, "sha1": "63 34ce61"}, BUG=424235 R=tommi@chromium.org TBR=andrewhayden@chromium.org Review URL: https://codereview.chromium.org/701853003 Cr-Commit-Position: refs/heads/master@{#302616}
-
serya authored
Benefits of this refactoring are: 1. Removed a redundant adapter. 2. Removed an unnecessary interface conversion (A->B->A). 3. Removed from ClientSessionTestingHost references to unrelated class LocalSessionBridge. 4. Reduced number of public classes. BUG=383418 Review URL: https://codereview.chromium.org/700833002 Cr-Commit-Position: refs/heads/master@{#302615}
-
torne authored
Replace the hardcoded version number used for the WebView's user agent with the real version number of the corresponding Chrome build. This uses the version information from src/chrome/VERSION; there is a pending bug to move this out of chrome/ (http://crbug.com/345538) which will not be impeded by this change as the location of the version info is obtained from build/util/version.gypi. BUG=297522 Review URL: https://codereview.chromium.org/695313002 Cr-Commit-Position: refs/heads/master@{#302614}
-
bedupont authored
Add a new gyp variable: use_libpci (default value is 1). Add a new define when use_libpci==1: USE_LIBPCI. Don't call specific PCI code in gpu_info_collector_linux.cc if USE_LIBPCI isn't defined. BUG=427401 R=piman@chromium.org Review URL: https://codereview.chromium.org/692893004 Cr-Commit-Position: refs/heads/master@{#302613}
-
vsevik authored
Blink roll dcb6aa9bef3b496069e234ed4dc52d1e8c636776: 80d183d0f13494ea1c51686c688d0f4d4e81aa81 (svn 184812:184821) TBR=dcheng Review URL: https://codereview.chromium.org/699133002 Cr-Commit-Position: refs/heads/master@{#302612}
-
kevers authored
BUG=401729 Review URL: https://codereview.chromium.org/701603002 Cr-Commit-Position: refs/heads/master@{#302611}
-
shreeram.k authored
MSAA+IA2 ROLE_SYSTEM_EQUATION AX: AXGroup AXDocumentMath 'math' Expectations for math.html is skipped in this patch, since it need a blink side patch too. BUG=429476 Review URL: https://codereview.chromium.org/695133002 Cr-Commit-Position: refs/heads/master@{#302610}
-
Paweł Hajdan, Jr authored
BUG=422235 R=sergiyb@chromium.org Review URL: https://codereview.chromium.org/685063004 Cr-Commit-Position: refs/heads/master@{#302609}
-
Per authored
To talk revision 7608. To webrtc revision 7606. R=tommi@chromium.org TBR=serya@chromium.org BUG=429649,429779,429585,429778,429779,429740 Review URL: https://codereview.chromium.org/703443004 Cr-Commit-Position: refs/heads/master@{#302608}
-
dnicoara authored
NOTRY=true BUG=429893 Review URL: https://codereview.chromium.org/698883008 Cr-Commit-Position: refs/heads/master@{#302607}
-
bauerb authored
Revert of Win Video Capture: Create an STA |video_capture_thread_| from MediaStreamManager. (patchset #2 id:20001 of https://codereview.chromium.org/700503002/) Reason for revert: content_browsertests are failing on the main waterfall (http://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/23894/steps/content_browsertests/logs/stdio) as well as trybots. Original issue's description: > Win Video Capture: Create an STA |video_capture_thread_| from MediaStreamManager. > > YCWebCameraSource.ax causes a huge amount of Chrome crashes. This CL > changes the initialization model of the Device Thread, a.k.a Audio > Thread, from Multiple Thread appartment model to Single Thread model, > MTA -> STA. > > We'll monitor the crash rate in the Canaries to see if it has the > desired effect. > > BUG=427192, 421991 > > Adding this since the android_dbg_tests_recipe bot seems stalled. > NOTRY=true > > Committed: https://crrev.com/90ec5d341eb859647217c371dbe2508f1c838827 > Cr-Commit-Position: refs/heads/master@{#302596} TBR=tommi@chromium.org,mcasas@chromium.org NOTREECHECKS=true NOTRY=true BUG=427192, 421991 Review URL: https://codereview.chromium.org/702703002 Cr-Commit-Position: refs/heads/master@{#302606}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#302605}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/693433004 Cr-Commit-Position: refs/heads/master@{#302604}
-
bauerb authored
BUG=430039 Review URL: https://codereview.chromium.org/697393002 Cr-Commit-Position: refs/heads/master@{#302603}
-
henrika authored
See https://codereview.chromium.org/702453003/ for the initial patch. This is a new attempt to land but this time without NOTREACHED since it broke some WebRTC tests. TBR=tommi BUG=428706 Review URL: https://codereview.chromium.org/705553002 Cr-Commit-Position: refs/heads/master@{#302602}
-
asapersson authored
- number of sent/received RTCP NACK/FIR/PLI per minute - percentage of unique sent/received NACK requests - percentage of discarded/duplicated packets by the jitter buffer - permille of sent/received key frames CL where stats will be added: https://webrtc-codereview.appspot.com/24959004/ BUG=419657 Review URL: https://codereview.chromium.org/687203002 Cr-Commit-Position: refs/heads/master@{#302601}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/2f5cb2f..4ab22e3 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/705533002 Cr-Commit-Position: refs/heads/master@{#302600}
-
serya authored
Refactoring of DevTools bridge tests: taking advantage of Commands for proxying client-server communication. Since client and server live on different threads in tests thier communication are proxied. Anounimous classes are used for that. Since now we have Command's that essentially are call-to-object mapping thay may be used instead aonymous objects. BUG=383418 Review URL: https://codereview.chromium.org/696943002 Cr-Commit-Position: refs/heads/master@{#302599}
-
kkimlabs authored
This CL allows the bookmark model's search to always use prefix search, even when terms are too short. BUG=415774 Review URL: https://codereview.chromium.org/703553002 Cr-Commit-Position: refs/heads/master@{#302598}
-
holmer authored
Add UMA metrics for the initial (after two seconds) packet loss and bandwidth estimate of a WebRTC call. BUG=425925 Review URL: https://codereview.chromium.org/700523002 Cr-Commit-Position: refs/heads/master@{#302597}
-
mcasas authored
YCWebCameraSource.ax causes a huge amount of Chrome crashes. This CL changes the initialization model of the Device Thread, a.k.a Audio Thread, from Multiple Thread appartment model to Single Thread model, MTA -> STA. We'll monitor the crash rate in the Canaries to see if it has the desired effect. BUG=427192, 421991 Adding this since the android_dbg_tests_recipe bot seems stalled. NOTRY=true Review URL: https://codereview.chromium.org/700503002 Cr-Commit-Position: refs/heads/master@{#302596}
-
divya.bansal authored
Currently any other link cannot be opened using Go button in the soft keyboard unless it is in right format with http://.These changes are to fix the format of URL in order to open it with Go button. BUG=429100 Review URL: https://codereview.chromium.org/693133002 Cr-Commit-Position: refs/heads/master@{#302595}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/700623003 Cr-Commit-Position: refs/heads/master@{#302594}
-
fukino authored
By this support, My Maps maps shown in Drive folder have correct icon, file-type description, and file extension. BUG=397029 TEST=Manually create a form in drive.google.com and see it appears with an icon in Files.app. Review URL: https://codereview.chromium.org/693843002 Cr-Commit-Position: refs/heads/master@{#302593}
-