- 08 Aug, 2014 40 commits
-
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288303} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288303 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
BUG= TEST=gpu bots R=kbr@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/454673002 Cr-Commit-Position: refs/heads/master@{#288302} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288302 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
BUG=393486 Review URL: https://codereview.chromium.org/451943003 Cr-Commit-Position: refs/heads/master@{#288301} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288301 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
The CL also updates the browser test to handle the case. BUG=401314 TEST=manually and run the test Review URL: https://codereview.chromium.org/448973003 Cr-Commit-Position: refs/heads/master@{#288300} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288300 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
- Non-public, non-static field names start with m. http://source.android.com/source/code-style.html#follow-field-naming-conventions BUG=318404 Review URL: https://codereview.chromium.org/452613002 Cr-Commit-Position: refs/heads/master@{#288299} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288299 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=371785 R=sky@chromium.org Review URL: https://codereview.chromium.org/445953002 Cr-Commit-Position: refs/heads/master@{#288298} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288298 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
R=dgozman@chromium.org, jam@chromium.org TBR=extensions) for simple RVH -> WebContents migration call sites., kalman (apps, mnaganov (android_webview) NOTRY=true Review URL: https://codereview.chromium.org/442303002 Cr-Commit-Position: refs/heads/master@{#288297} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288297 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288296} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288296 0039d316-1c4b-4281-b951-d872f2087c98
-
jrummell@chromium.org authored
Changes for CDM_6: - ReleaseSession() becomes CloseSession() - add RemoveSession() - add GetUsableKeyIds() - simulate UsableKeysChanged event for older CDMs BUG=358271,351139 TEST=encrypted-media layout tests and browser_tests for encrypted media pass Review URL: https://codereview.chromium.org/446693004 Cr-Commit-Position: refs/heads/master@{#288295} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288295 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=391467 Review URL: https://codereview.chromium.org/449283002 Cr-Commit-Position: refs/heads/master@{#288294} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288294 0039d316-1c4b-4281-b951-d872f2087c98
-
shuchen@chromium.org authored
BUG=401402 TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/442403004 Cr-Commit-Position: refs/heads/master@{#288293} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288293 0039d316-1c4b-4281-b951-d872f2087c98
-
gunsch@chromium.org authored
R=lcwu@chromium.org,jam@chromium.org BUG=336640 Review URL: https://codereview.chromium.org/443833002 Cr-Commit-Position: refs/heads/master@{#288292} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288292 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishenry@google.com authored
Add ValidateAndMeasurePage to PageTest; this is a replacement for both ValidatePage and MeasurePage. Usage will be cleaned up in subsequent patch(es), along with killing PageMeasurement. BUG=383635 Review URL: https://codereview.chromium.org/452523002 Cr-Commit-Position: refs/heads/master@{#288291} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288291 0039d316-1c4b-4281-b951-d872f2087c98
-
ahernandez.miralles@gmail.com authored
BUG=400775 NOTRY=True Review URL: https://codereview.chromium.org/441053004 Cr-Commit-Position: refs/heads/master@{#288290} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288290 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
Voice search is not available in incognito mode so if prompted to open the about:voicesearch page while in an incognito window, instead redirect and open it in a new tab in the parent profile's current window. This is how other about: pages handle this situation. BUG=400151 TEST=open an incognito window, navigate to about://voicesearch, observe that it opens in a new tab in the parent window and does not crash. Review URL: https://codereview.chromium.org/450763002 Cr-Commit-Position: refs/heads/master@{#288289} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288289 0039d316-1c4b-4281-b951-d872f2087c98
-
bengr@chromium.org authored
where it would be available to all profiles, including Incognito, to ProfileImplIOData, where it would only be available to non- Incognito profiles. In the process, (1) refactored and simplified DataReductionProxyUsageStats so that it could live on the IO thread. (2) Added a keyed service called DataReductionProxyChromeSettings, so chrome browsers on all platforms could use the same pattern. BUG=396695 Review URL: https://codereview.chromium.org/412143009 Cr-Commit-Position: refs/heads/master@{#288288} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288288 0039d316-1c4b-4281-b951-d872f2087c98
-
ahernandez.miralles@gmail.com authored
NOTRY=True Review URL: https://codereview.chromium.org/448823002 Cr-Commit-Position: refs/heads/master@{#288287} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288287 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Three related changes: * Only run idle tasks in the queue, not newly added ones. * Move g_request_pending logic to SharedRendererState. This allows pending tasks to be cancelled correctly. * Wait for kModeProcess to happen first before trying to request another to avoid a queue of pending tasks. BUG=401712 Review URL: https://codereview.chromium.org/444173003 Cr-Commit-Position: refs/heads/master@{#288285} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288285 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Bad media may result in splice frames way in the past. We need to avoid crashing in this case. See the bug for more details. BUG=400442 TEST=new media test. Review URL: https://codereview.chromium.org/440803002 Cr-Commit-Position: refs/heads/master@{#288284} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288284 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Before this, a task is added to the idle queue each time in flush and ScheduleMoreIdleWork. This means that as long as there is idle work, the size of the queue grows by one in each flush. Fix this by not adding any idle tasks if there is already one pending. BUG=401712 Review URL: https://codereview.chromium.org/450793002 Cr-Commit-Position: refs/heads/master@{#288283} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288283 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/416683002/mshelley@chromium.org authored
It updates several comments and renames member variables to increase clarity and better match the style guide. R=wtc@chromium.org Review URL: https://codereview.chromium.org/448293002 Cr-Commit-Position: refs/heads/master@{#288282} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288282 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
I didn't move cocoa impl because that's not necessary. BUG=380438 R=sky@chromium.org Review URL: https://codereview.chromium.org/447243004 Cr-Commit-Position: refs/heads/master@{#288281} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288281 0039d316-1c4b-4281-b951-d872f2087c98
-
maniscalco@chromium.org authored
SyncManager::Init is implemented in several places, takes a whole lot of args, and in the near future is going to get a few more. In some cases, many of the args are optional and it is tedious to pass a bunch of NULLs or empty strings. Use a struct instead of an arg list. BUG= Review URL: https://codereview.chromium.org/451743002 Cr-Commit-Position: refs/heads/master@{#288280} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288280 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288279} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288279 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/0aeea6d344f12e35e29a79f4bbc48af88f913204..acc125860053d0a65bc7b67dd1b886aa7932d292 CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel TBR=bungeman@google.com BUG= Review URL: https://codereview.chromium.org/453623002 Cr-Commit-Position: refs/heads/master@{#288278} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288278 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/353713005mshelley@chromium.org authored
It removes the transport connect states from MockSSLCLientSocket Connect() and renames some member variables for clarity. R=wtc@chromium.org,rsleevi@chromium.org BUG=398967 Review URL: https://codereview.chromium.org/454513002 Cr-Commit-Position: refs/heads/master@{#288277} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288277 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
BUG=398337,401716 NOTRY=true TBR=zmo@chromium.org Review URL: https://codereview.chromium.org/455503002 Cr-Commit-Position: refs/heads/master@{#288276} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288276 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Previous implementation did the parsing of string to base::Value on blocking pool, and that of base::Value to specific data types either on UI thread or on yet another post to blocking pool. The previous implementation is slightly inefficient and moreover involves a subtle bug 284244. BUG=284244, 401843 This CL once landed as r288017 (Patch Set 4) and reverted. This is the second try. Review URL: https://codereview.chromium.org/442193002 Cr-Commit-Position: refs/heads/master@{#288275} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288275 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=399567 Review URL: https://codereview.chromium.org/382143005 Cr-Commit-Position: refs/heads/master@{#288273} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288273 0039d316-1c4b-4281-b951-d872f2087c98
-
xingx@chromium.org authored
2. Adds a couple of functions to return different fingerprint value for tamper detection. 3. Adds a function to remove Chrome-Proxy header's fingerprint from its header values, and return the rest of header values. 4. Changes HasDataReductionProxyViaHeader to also tell whether data reduction proxy Via header occurs at the last or not. BUG=381907 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287561 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287855 Review URL: https://codereview.chromium.org/387353003 Cr-Commit-Position: refs/heads/master@{#288272} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288272 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
Currently, NaClListener has supports two modes, SFI and non-SFI. As a preparation of newlib switching of non-SFI mode, this CL splits into each delegate class, so that, we can easily build non-SFI related code only by PNaCl toolchain. BUG=358465 TEST=Ran trybots. CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32 Review URL: https://codereview.chromium.org/439713002 Cr-Commit-Position: refs/heads/master@{#288271} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288271 0039d316-1c4b-4281-b951-d872f2087c98
-
jeun@chromium.org authored
NOTRY=true Review URL: https://codereview.chromium.org/430943003 Cr-Commit-Position: refs/heads/master@{#288270} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288270 0039d316-1c4b-4281-b951-d872f2087c98
-
huangs@chromium.org authored
This refactoring CL makes it easier to change NTP designs. The key variable to control this switch is configData.ntpDesignName, which was added in https://chromiumcodereview.appspot.com/447033002/ We also added titleTextAlign and titleTextFade properties. The support for these fields in Most Visited <iframes> were are added in https://chromiumcodereview.appspot.com/448793003/ BUG=400346 TBR=jhawkins Review URL: https://codereview.chromium.org/447243003 Cr-Commit-Position: refs/heads/master@{#288269} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288269 0039d316-1c4b-4281-b951-d872f2087c98
-
reillyg@chromium.org authored
Promote the chrome.hid API to the stable channel. BUG=305300 Review URL: https://codereview.chromium.org/448143003 Cr-Commit-Position: refs/heads/master@{#288268} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288268 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This change detects buggy ARM chips and disables the Poly1305 code only on those chips. BUG=341598 Review URL: https://codereview.chromium.org/442863003 Cr-Commit-Position: refs/heads/master@{#288267} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288267 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
> Enable ServiceDiscoveryClientMdns. > > BUG=349645 > > Review URL: https://codereview.chromium.org/287923002 BUG=391907 TBR=vitalybuka@chromium.org Review URL: https://codereview.chromium.org/452843002 Cr-Commit-Position: refs/heads/master@{#288266} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288266 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This implements the same basic logic we use in GTest-based tests to retry tests that fail during a run. By default, we will not retry anything (this matches what gtests do when run not in botmode). If --retry-limit is passed on the command line, we will retry each failing test up to that number of times. So, to enable retries on the bots by default they will have to pass this arg. R=dtu@chromium.org, tonyg@chromium.org BUG=398027 Review URL: https://codereview.chromium.org/426123002 Cr-Commit-Position: refs/heads/master@{#288265} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288265 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
Remove leading zero to fix literal that was not meant to be octal in pwg_encoder.cc. BUG=401714 Review URL: https://codereview.chromium.org/447233004 Cr-Commit-Position: refs/heads/master@{#288264} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288264 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/449923004 Cr-Commit-Position: refs/heads/master@{#288263} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288263 0039d316-1c4b-4281-b951-d872f2087c98
-
fgorski@chromium.org authored
* Android Checkin server started handling OAuth2 tokens for checkin very recently and is using the added scope to do it. BUG=374969 R=zea@chromium.org Review URL: https://codereview.chromium.org/452603002 Cr-Commit-Position: refs/heads/master@{#288262} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288262 0039d316-1c4b-4281-b951-d872f2087c98
-