Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Issue 183563002: Adapt the Java LoadUrlParams for the Chrome embedder. (Closed)

Created:
6 years, 9 months ago by ppi
Modified:
6 years, 9 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Adapt the Java LoadUrlParams for the Chrome embedder. This patch modifies the Java holder for url load parameters already used in WebView so that it can be used in Chrome for Android as well: - adds a getter for post data - makes the url mutable like the other fields (to allow for sanitizations while passing the struct down the stack - maybe that's not ideal but that's what we do) - adds a field for verbatim extra headers string BUG=346290 R=tedchoc@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=254134

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address Ted's comments. #

Patch Set 3 : Suppress the findbugs warning about postData() getter, matching existing suppresion for the setter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -4 lines) Patch
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java View 1 5 chunks +36 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ppi
Please take a look.
6 years, 9 months ago (2014-02-27 18:30:33 UTC) #1
Ted C
lgtm w/ a long winded comment https://codereview.chromium.org/183563002/diff/1/content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java File content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java (right): https://codereview.chromium.org/183563002/diff/1/content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java#newcode269 content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java:269: * @return the ...
6 years, 9 months ago (2014-02-27 21:20:03 UTC) #2
ppi
Thanks, Ted! Please see the reply below. https://codereview.chromium.org/183563002/diff/1/content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java File content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java (right): https://codereview.chromium.org/183563002/diff/1/content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java#newcode269 content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java:269: * @return ...
6 years, 9 months ago (2014-02-28 12:14:14 UTC) #3
ppi
The CQ bit was checked by ppi@chromium.org
6 years, 9 months ago (2014-02-28 12:14:57 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ppi@chromium.org/183563002/10001
6 years, 9 months ago (2014-02-28 12:15:10 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-02-28 13:59:09 UTC) #6
commit-bot: I haz the power
Retried try job too often on android_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_dbg&number=155553
6 years, 9 months ago (2014-02-28 13:59:09 UTC) #7
ppi
6 years, 9 months ago (2014-02-28 15:44:09 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r254134 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698