- 21 Oct, 2014 40 commits
-
-
paulmeyer authored
Moved constants out of web_view.js and into a new file, web_view_constants.js, so that the constants can be shared by multiple webview files. Review URL: https://codereview.chromium.org/661743005 Cr-Commit-Position: refs/heads/master@{#300547}
-
wtc authored
The NSPR problem was fixed in NSPR 4.9.5. Right now we require NSS 3.14.3, which requires NSPR 4.9.5. R=viettrungluu@chromium.org,mark@chromium.org BUG= Review URL: https://codereview.chromium.org/639293007 Cr-Commit-Position: refs/heads/master@{#300546}
-
pkotwicz authored
Use the associated contents instead of the extensions::WindowController to get the parent window for the "uninstall prompt" dialog. This results in the correct parent window used for uninstall dialogs on Athena because there is no extensions::WindowController for Athena. BUG=414341 TEST=None Review URL: https://codereview.chromium.org/636083003 Cr-Commit-Position: refs/heads/master@{#300545}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/dd5a1e0..183e985 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=mtklein@google.com Review URL: https://codereview.chromium.org/667233002 Cr-Commit-Position: refs/heads/master@{#300544}
-
xunjieli authored
BUG=399701 Review URL: https://codereview.chromium.org/671533005 Cr-Commit-Position: refs/heads/master@{#300543}
-
navabi authored
The 'date -u' was not working on N5 devices. The -s option seems to work across devices. I've tested on N4 and N5. BUG=406848 Review URL: https://codereview.chromium.org/668013003 Cr-Commit-Position: refs/heads/master@{#300542}
-
twellington authored
BUG=268157 Review URL: https://codereview.chromium.org/672463002 Cr-Commit-Position: refs/heads/master@{#300541}
-
Sadrul Habib Chowdhury authored
BUG=none R=sky@chromium.org Review URL: https://codereview.chromium.org/602043006 Cr-Commit-Position: refs/heads/master@{#300540}
-
xunjieli authored
BUG=424685 Review URL: https://codereview.chromium.org/669713002 Cr-Commit-Position: refs/heads/master@{#300539}
-
dmazzoni authored
TtsController doesn't need to know about it. BUG=347045 Review URL: https://codereview.chromium.org/625503002 Cr-Commit-Position: refs/heads/master@{#300538}
-
rsorokin authored
BUG=365354 Committed: https://crrev.com/f406302bb6e9ab6a533d3ac39c39b39705d7d422 Cr-Commit-Position: refs/heads/master@{#296922} Review URL: https://codereview.chromium.org/494633003 Cr-Commit-Position: refs/heads/master@{#300537}
-
rch authored
BUG=425599 Review URL: https://codereview.chromium.org/667053006 Cr-Commit-Position: refs/heads/master@{#300536}
-
shreeram.k authored
According to specs, ARIA role region should be exposed as below MSAA+IA2: ROLE_SYSTEM_PANE AXRole:AXGroup AXSubrole:AXDocumentRegion AXRoleDescription:'region' Also section tag should have AXRoleDescription as 'region' BUG=424521 TBR=avi Review URL: https://codereview.chromium.org/638103003 Cr-Commit-Position: refs/heads/master@{#300535}
-
sbc authored
The toolchains now contain an up-to-date version of thie header to its not longer needed here. Review URL: https://codereview.chromium.org/666163004 Cr-Commit-Position: refs/heads/master@{#300534}
-
eroman authored
This is a simple search and replace: s/usage_mask/usages/g There was some inconsistenty on when variables were called "usages" versus "usage_mask"; now they all read "usages". Review URL: https://codereview.chromium.org/670773003 Cr-Commit-Position: refs/heads/master@{#300533}
-
johnme authored
BUG=401438 Review URL: https://codereview.chromium.org/644913006 Cr-Commit-Position: refs/heads/master@{#300532}
-
andrewcheng authored
BUG=chromedriver:783 Review URL: https://codereview.chromium.org/613163004 Cr-Commit-Position: refs/heads/master@{#300531}
-
Viet-Trung Luu authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. (Run on Linux, for the mojo target.) R=sky@chromium.org Review URL: https://codereview.chromium.org/667223002 Cr-Commit-Position: refs/heads/master@{#300530}
-
sdefresne authored
Changes: - r1991: Add (partial) support for assets catalog BUG=415577 Review URL: https://codereview.chromium.org/667973002 Cr-Commit-Position: refs/heads/master@{#300529}
-
bondd authored
'X' delete button is now part of the focus order in the 'Manage search engines' options page. BUG=276874 Review URL: https://codereview.chromium.org/666823003 Cr-Commit-Position: refs/heads/master@{#300528}
-
eranm authored
BUG= Review URL: https://codereview.chromium.org/661743004 Cr-Commit-Position: refs/heads/master@{#300527}
-
vmpstr authored
This patch adds a visible rect check for an early out from update tile priorities. The problem is that we can update tile priorities, then update the visible rect in animation, and call update tile priorities again. The second one would normally early out since it's called in the same frame. This ensures the early out doesn't happen in these cases. BUG=423455 R=danakj, brianderson, enne Review URL: https://codereview.chromium.org/667053003 Cr-Commit-Position: refs/heads/master@{#300526}
-
zea authored
ByteCount(), rather than UnreadByteCount(), was being incorrectly used to determine how to handle a size packet than needed a second byte. ByteCount() includes read bytes, while UnreadByteCount() is the one that does not. UnreadByteCount is the only one that should be used here. Fixed, and added new tests. BUG=424532 Review URL: https://codereview.chromium.org/643133003 Cr-Commit-Position: refs/heads/master@{#300525}
-
alekseys authored
Assume 1 collated copy for print preview generation, the actual number of copies does not affect the generated PDF. BUG=424514 Review URL: https://codereview.chromium.org/661083003 Cr-Commit-Position: refs/heads/master@{#300524}
-
sehr authored
Allow android build to include native client. This CL removes the check (on android only) that native client applications need to come from the chrome web store. It also fixes some inclusions of files that assert the extension system is built in. BUG=https://code.google.com/p/nativeclient/issues/detail?id=3032 Review URL: https://codereview.chromium.org/671573002 Cr-Commit-Position: refs/heads/master@{#300523}
-
samuong authored
BUG=chromedriver:916 Review URL: https://codereview.chromium.org/654713004 Cr-Commit-Position: refs/heads/master@{#300522}
-
dcheng authored
Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id:1 of https://codereview.chromium.org/645623006/) Reason for revert: Addressing reviewer comments in a followup patch. Original issue's description: > Standardize usage of virtual/override/final in ipc/ > > This patch was automatically generated by applying clang fixit hints > generated by the plugin to the source tree. > > BUG=417463 > TBR=agl@chromium.org > > Committed: https://crrev.com/39be52ebbd6681c7d79ad63e2a0ab028075af0c2 > Cr-Commit-Position: refs/heads/master@{#300481} TBR=agl@chromium.org NOTREECHECKS=true NOTRY=true BUG=417463 Review URL: https://codereview.chromium.org/669953003 Cr-Commit-Position: refs/heads/master@{#300521}
-
igsolla authored
The next step is to fix crbug/423381 to improve transitions from/to fullscreen after scrolling. BUG=398485 Review URL: https://codereview.chromium.org/653633005 Cr-Commit-Position: refs/heads/master@{#300520}
-
jrummell authored
Also adds changes for content_browsertests which share the JavaScript files. BUG=338830 TEST=new EME tests pass Review URL: https://codereview.chromium.org/642813012 Cr-Commit-Position: refs/heads/master@{#300519}
-
jbauman authored
The early exit watcher holds on to a reference to the waitable event which ChildProcessLauncher::GetChildTerminationStatus deletes, so it should be stopped first. BUG=424024 Review URL: https://codereview.chromium.org/658253002 Cr-Commit-Position: refs/heads/master@{#300518}
-
michaelpg authored
I realized I used margin-right instead of the direction-neutral -webkit-margin-end in the M40 fix, so the margin between the About link and the search box will be too small in RTL. This fix is already included in the M38 CL. BUG=421236 R=stevenjb@chromium.org Review URL: https://codereview.chromium.org/655963005 Cr-Commit-Position: refs/heads/master@{#300517}
-
shilpa.shri authored
When right click on an extension browser action in the Omnibox, the contextual drop down says "Manage", which is unclear. Make the string to be more specific such as "Manage Extensions". The string's casing matches the platform; i.e. "Managed Extensions" for Mac, "Managed extensions" everywhere else. grd file changes: Modifying 1 line label and 1 line desc text each in title case and in non title case responsible for the label in: chrome/app/generated_resources.grd BUG=418691 R=rouslan@chromium.org TEST= 1) Launch chrome and install few extensions. 2) Right click an extension and observe 3) The context menu option for managing extensions should be string "Managed Extensions" on MAC, "Managed extensions" everywhere else. Review URL: https://codereview.chromium.org/659663004 Cr-Commit-Position: refs/heads/master@{#300516}
-
benm authored
Chrome for Android now sets the content description for it's ContentView's and we do not force (and potentially override) content descriptions set on container views set by other content/ embedders (e.g. the Android WebView). BUG=422284 Review URL: https://codereview.chromium.org/669723003 Cr-Commit-Position: refs/heads/master@{#300515}
-
carlosk authored
BUG=424575 Review URL: https://codereview.chromium.org/665923002 Cr-Commit-Position: refs/heads/master@{#300514}
-
tnagel authored
This is and addendum to 604e5c18 (commit 300230), cf. https://codereview.chromium.org/663463002/ . BUG=none Review URL: https://codereview.chromium.org/639823009 Cr-Commit-Position: refs/heads/master@{#300513}
-
eroman authored
This was only being used as a DCHECK() in once place. Removed it because listing IDs in this function goes contrary to modularization of algorithm implementations. Review URL: https://codereview.chromium.org/662403005 Cr-Commit-Position: refs/heads/master@{#300512}
-
gunsch authored
R=xhwang@chromium.org,jamesr@chromium.org BUG=None Review URL: https://codereview.chromium.org/650853003 Cr-Commit-Position: refs/heads/master@{#300511}
-
avi authored
This reverts commit 31111d18. Conflicts: content/browser/web_contents/web_contents_impl.h BUG=407376 TEST=no crashing, we hope TBR=rsesek@chromium.org, creis@chromium.org Review URL: https://codereview.chromium.org/643793003 Cr-Commit-Position: refs/heads/master@{#300510}
-
xians authored
The original review thread is in https://codereview.chromium.org/588523002/ Fix the way how we create webrtc::AudioProcessing in Chrome. TBR=tommi@chromium.org,maruel@chromium.org BUG=415935 TEST=all webrtc tests in all bots + manual test to verify the agc loggings exist. Review URL: https://codereview.chromium.org/663413002 Cr-Commit-Position: refs/heads/master@{#300509}
-
mostynb authored
Followup to: https://codereview.chromium.org/601263002 BUG=416594 Review URL: https://codereview.chromium.org/669883002 Cr-Commit-Position: refs/heads/master@{#300508}
-