- 19 Mar, 2015 40 commits
-
-
perezju authored
Match objects are more convenient since they would also allow the caller to define further groups to retrieve in the message_regex, or have access to the full line being matched. BUG= Review URL: https://codereview.chromium.org/1007423003 Cr-Commit-Position: refs/heads/master@{#321327}
-
ricea authored
The old WebSocket implementation did not support header continuations. The new implementation does. Add a regression test so that we do not regress the fix accidentally. TEST=net_unittests BUG=169448 Review URL: https://codereview.chromium.org/1005113002 Cr-Commit-Position: refs/heads/master@{#321326}
-
kaliamoorthi authored
This CL adds warning message for setParameters API of vpnProvider. The vpnProvider extension API is further filled to stable channel from dev channel. BUG=467911 TBR=stevenjb Review URL: https://codereview.chromium.org/1014053002 Cr-Commit-Position: refs/heads/master@{#321325}
-
perezju authored
We can use this option, e.g., to request only the "crash" portion of a logcat. BUG= Review URL: https://codereview.chromium.org/1017163002 Cr-Commit-Position: refs/heads/master@{#321324}
-
bartfab authored
This CL fixes typos in JS types introduced by CL 1006553002. BUG=460428 TEST=None TBR=stevenjb Review URL: https://codereview.chromium.org/1016103003 Cr-Commit-Position: refs/heads/master@{#321323}
-
taken.spc authored
OS X has contained Hiragino Kaku Gothic/Mincho ProN fonts which adapt JIS X 0213:2004 glyph forms and used them since 10.5. This CL makes Chromium use ProN fonts instead of Pro fonts. This is in line with Firefox and Safari. BUG=447843 TEST=On OS X, ProN fonts are used (per dom inspector). data:text/html,<ul lang="ja"><li>葛<li style="font-family:serif">葛<li style="font-family:sans-serif">葛 Review URL: https://codereview.chromium.org/912263002 Cr-Commit-Position: refs/heads/master@{#321322}
-
isherman authored
This message is shown when the remote device's name cannot be determined. BUG=453998 TEST=none R=tengs@chromium.org Review URL: https://codereview.chromium.org/1008263003 Cr-Commit-Position: refs/heads/master@{#321321}
-
kjellander authored
Using the Subversion URL will not actually get anything downloaded anymore (gclient behavior has changed). Review URL: https://codereview.chromium.org/1017033003 Cr-Commit-Position: refs/heads/master@{#321320}
-
waltercacau authored
BUG=454140 Review URL: https://codereview.chromium.org/949323002 Cr-Commit-Position: refs/heads/master@{#321319}
-
yawano authored
Summary of changes available at: https://chromium.googlesource.com/chromiumos/platform/system_api/+log/94a7fd4..95c486f BUG=413541 TEST=none Review URL: https://codereview.chromium.org/1022753002 Cr-Commit-Position: refs/heads/master@{#321318}
-
tommi authored
WebRTC 8777:8786 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/a94d042..3b9d0a5 Libjingle 8776:8784 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/34197c3..628865b TBR= BUG= Review URL: https://codereview.chromium.org/1022763002 Cr-Commit-Position: refs/heads/master@{#321317}
-
kjellander authored
BUG=468660 TBR=lazyboy@chromium.org Review URL: https://codereview.chromium.org/1018253002 Cr-Commit-Position: refs/heads/master@{#321316}
-
yawano authored
On MTP volume, file operations are processed in the queue. If we enqueue a lot of thumbnail loading tasks, it can make the queue full and block other operations (e.g. directory read). In order not to block other operations, minimize the number of enqueued thumbnail loading on MTP volume. BUG=468623 TEST=out/Release/browser_tests --gtest_filter=FileManagerJsTest.ListThumbnailLoader Review URL: https://codereview.chromium.org/1002493003 Cr-Commit-Position: refs/heads/master@{#321315}
-
nhiroki authored
This CL... - removes unused getter and header inclusions - simplifies if-statement BUG=n/a TEST=compile Review URL: https://codereview.chromium.org/1023613002 Cr-Commit-Position: refs/heads/master@{#321314}
-
beaufort.francois authored
BUG=466040 Review URL: https://codereview.chromium.org/992183003 Cr-Commit-Position: refs/heads/master@{#321313}
-
fukino authored
BUG=464122 TEST=manually checked. Review URL: https://codereview.chromium.org/1015393002 Cr-Commit-Position: refs/heads/master@{#321312}
-
benwells authored
TBR=dpranke@chromium.org BUG=468638 Review URL: https://codereview.chromium.org/1016273002 Cr-Commit-Position: refs/heads/master@{#321311}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#321310} -
benwells authored
TBR=bshe@chromium.org BUG=468632 Review URL: https://codereview.chromium.org/1004533003 Cr-Commit-Position: refs/heads/master@{#321309}
-
benwells authored
BUG=468606, 468608, 468609 Review URL: https://codereview.chromium.org/1019743002 Cr-Commit-Position: refs/heads/master@{#321308}
-
benwells authored
TBR=glider@chromium.org BUG=468639 Review URL: https://codereview.chromium.org/1019213002 Cr-Commit-Position: refs/heads/master@{#321307}
-
je_julie.kim authored
This patch makes AccessibilityAriaGrabbed use data URI scheme for image and adds width and height attributes to image tag in order to avoid flaky situation. BUG=453485 R=dmazzoni Review URL: https://codereview.chromium.org/1009853002 Cr-Commit-Position: refs/heads/master@{#321306}
-
jaekyun authored
For now, ThumbnailStore::UpdateVisibleIds only compares tab id lists to determin whether updating visible ids is needed or not. But we need to update them if any of their thumbnails are invalid. BUG=468242 Review URL: https://codereview.chromium.org/1005343004 Cr-Commit-Position: refs/heads/master@{#321305}
-
jackhou authored
Revert of Add a chromium based simple QUIC client. (patchset #10 id:180001 of https://codereview.chromium.org/995423003/) Reason for revert: Failed compile on IOS: http://build.chromium.org/p/chromium.mac/builders/iOS_Device/builds/273 http://build.chromium.org/p/chromium.mac/builders/iOS_Simulator_%28dbg%29/builds/24069 Original issue's description: > Add a chromium based simple QUIC client. > > Committed: https://crrev.com/04730a11c0a58a338bccc006c5cdbccc2607185e > Cr-Commit-Position: refs/heads/master@{#321303} TBR=rtenneti@chromium.org,rch@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1015353003 Cr-Commit-Position: refs/heads/master@{#321304}
-
rch authored
Review URL: https://codereview.chromium.org/995423003 Cr-Commit-Position: refs/heads/master@{#321303}
-
eranm authored
In order to figure out if non-compliant EV certs are non-compliant because the client is missing the whitelist or the certificate is not whitelisted, log the whitelist status to a histogram when a non-compliant cert is encountered. BUG=397458 Review URL: https://codereview.chromium.org/985993003 Cr-Commit-Position: refs/heads/master@{#321302}
-
thestig authored
BUG=104284 Review URL: https://codereview.chromium.org/1011363007 Cr-Commit-Position: refs/heads/master@{#321301}
-
dcastagna authored
glTexImage2D and glTexSubImage2D could have different performance properties. With this patch we benchmark both of these upload techniques. When using glTexSubImage2D the texture storage is specified with glTexStorage2D when available, or glTexImage2D passing an empty pointer as data. BUG=423481 Review URL: https://codereview.chromium.org/1022603002 Cr-Commit-Position: refs/heads/master@{#321300}
-
fukino authored
BUG=467807 TEST=bump compiler version and compile all targets under ui/file_manager. Review URL: https://codereview.chromium.org/1010163002 Cr-Commit-Position: refs/heads/master@{#321299}
-
h.joshi authored
OTS has following updates: 1. Update for Color Table parsing which calls user class method getTableAction when parsing color tables 2. Update for debug messages This patch depends on following Blink patch: https://codereview.chromium.org/954953002/ As depricated method "ots::EnableWOFF2();" is removed in Blink patch. Checked on Android, after this and Blink patch combined font (with color table) parsing is working fine. BUG=339857 Review URL: https://codereview.chromium.org/966703002 Cr-Commit-Position: refs/heads/master@{#321298}
-
benwells authored
It is important that this is shown for security reasons. BUG=463405 Review URL: https://codereview.chromium.org/1006273002 Cr-Commit-Position: refs/heads/master@{#321297}
-
deepak.m1 authored
Fix for making popup size proper when we have 'Block third-party cookies and site data' checkbox enabled. string for IDS_COLLECTED_COOKIES_BLOCKED_THIRD_PARTY_BLOCKING_ENABLED is not getting wrapped, so the popup size is getting set to largest string size so making big poup un-necessarily. Now string will get wrapped by the size of the treeviewwidth so we will get the same size of popup when checkbox is checked as well as when checkbox is not checked cases. BUG=467503 Review URL: https://codereview.chromium.org/1017593003 Cr-Commit-Position: refs/heads/master@{#321296}
-
thestig authored
BUG=465495 Review URL: https://codereview.chromium.org/1022673002 Cr-Commit-Position: refs/heads/master@{#321295}
-
tapted authored
As announced on chromium-dev: http://goo.gl/NqrmLk (and after discussions with chrome-eng-review). This CL shouldn't change any user-visible UI, just change the way Chrome is built on Mac. Soon, we will explore running ui/app_list/views/ on Mac rather than the (outdated) ui/app_list/cocoa/. A ~0.43% sizes regression on Mac is expected with this CL (~652kB uncompressed). Full details in a doc: http://goo.gl/oHucmf With this change, toolkit-views test cases in interactive_ui_tests will start running on bots. views_unittests will be added to the Mac bots in a follow-up. BUG=363529 Committed: https://crrev.com/c11ec57849fd579c7a5559413488c018ea532311 Cr-Commit-Position: refs/heads/master@{#321075} Review URL: https://codereview.chromium.org/984513002 Cr-Commit-Position: refs/heads/master@{#321294}
-
miletus authored
Keep this hack until fractional scrolling with fixed-pos layer works correctly. BUG=468513 Review URL: https://codereview.chromium.org/1015273002 Cr-Commit-Position: refs/heads/master@{#321293}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/8dc58ed..1a5041e CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/1023583002 Cr-Commit-Position: refs/heads/master@{#321292}
-
nednguyen authored
Remove those two pages from top_25_smooth because top_25_smooth pages should be runnable on all platforms. BUG=468085 Review URL: https://codereview.chromium.org/1018213002 Cr-Commit-Position: refs/heads/master@{#321291}
-
andresantoso authored
Create Mac specific BrowserNonClientFrameViewMac, stop sharing OpaqueBrowserFrameView. Draw the frame using Mac colors, assets, and spacing. Screenshot: https://code.google.com/p/chromium/issues/detail?id=425229#c40 BUG=425229 Review URL: https://codereview.chromium.org/1019023002 Cr-Commit-Position: refs/heads/master@{#321290}
-
danakj authored
R=ajuma Review URL: https://codereview.chromium.org/1022653002 Cr-Commit-Position: refs/heads/master@{#321289}
-
fukino authored
As there's no API to know existence of certain menu item, we have to try removing non-existent menu item. Outputting error on console for such case is confusing, so this CL suppress the error by reading runtime.lastError. BUG=none TEST=none Review URL: https://codereview.chromium.org/1003303003 Cr-Commit-Position: refs/heads/master@{#321288}
-