| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the change requested by Will.
BUG=None
TEST=None
Original Review URL: http://codereview.chromium.org/6243010/
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: William Chan <willchan@chromium.org>
Reviewed-by: Thiago Farina <tfarina@chromium.org>
Review URL: http://codereview.chromium.org/6299015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72254 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=64144
TEST=manual (Code relies on Extension, which can't be mocked out)
Review URL: http://codereview.chromium.org/6352010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72253 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6376008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72252 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the current menu command to whoever opened the custom menu. We have to track
it in a slightly ugly manner thanks to GTK's out-of-order messaging for
"menu item selected" vs. "context menu closed".
BUG=NONE
TEST=manual
Review URL: http://codereview.chromium.org/6278013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72251 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
unnecessary. RenderViewHost used to dispatch messages only to call that interface, and TabContents would do the work. Instead have TabContents dispatch the messages directly.
Review URL: http://codereview.chromium.org/6336012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72250 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6371007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72249 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to pick
which portion of ppapi to use. This revents ppapi from inducing dependencies on
other libraries such as base, or large code bases such as mesa in the cases where
the ppapi user doesn't need them.
BUG=nacl1339
TEST=None
Review URL: http://codereview.chromium.org/6265022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72248 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to the closest frame.
Based on discussion from https://bugs.webkit.org/show_bug.cgi?id=52697 to be consistent with other WebKit ports.
BUG=69499
TEST=media_unittests
Review URL: http://codereview.chromium.org/6259012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72247 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the sense
that these requests can upload data on the same lines as regular HTTP POST and PUT requests.
As a result we would end up never sending out the request to the server.
Cleaned up the code in our IBindStatusCallback::GetBindInfo implementation to always
honor the posted data length associated with the current request and use it to determine
whether we have data to upload.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=70302
BUG=70302
TEST=As described in the bug at this point. We need to add support in the HTTPTest server
to allow the PROPFIND and other custom methods. Will do that in a subsequent CL.
Review URL: http://codereview.chromium.org/6360011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72246 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change lastchange.py to work in other directories and to
provide SVN URL.
- Use lastchange.py in place where we generate WebKit versioning
info.
- Include branch@revision string in glue API.
BUG=41264
TEST=compiles
Review URL: http://codereview.chromium.org/6354014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72245 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6283009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72244 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The other layout files under views directory will be moved later.
BUG=None
TEST=trybots
Review URL: http://codereview.chromium.org/6380010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72243 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=brettw
Review URL: http://codereview.chromium.org/6278014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72242 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
commit).
Review URL: http://codereview.chromium.org/6379003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72241 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
to view it with Adobe Reader if it's installed. If it's not, ask them if they want to launch the url to install it. If it's installed and out of date, show an interstitial.
BUG=65339
Review URL: http://codereview.chromium.org/6259008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72240 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Addresses various small review comments and other issues:
- Removes the min-height for the main-page startup page list, where it doesn't make sense
- Changed the min-height for other lists to a multiple of the list item heights
- Removes some of the left padding in select elements
- Makes the bottom shadow of subpages slightly lighter
- Makes the close buttons centered vertically
- Changes the input type of the Add Startup Page overlay to prevent over-aggresive validation
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6359011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72239 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6254007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72238 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=70351
TEST=Verify language change works on windows/linux.
Review URL: http://codereview.chromium.org/6324009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72237 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
signin flow which is accessible from all parts of the sync UI. Create the correct state transition from login -> initial passphrase selection.
BUG=70429
TEST=upgrade a sync-everything profile to latest chrome
Review URL: http://codereview.chromium.org/6357011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72236 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Stopping a thread is considered "IO" since it "may" take a long time. In the case with these audio threads, they are already idle, so stopping should not block.
BUG=chromium-os:11110
TEST=(none)
Review URL: http://codereview.chromium.org/6254016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72235 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
renderer processes
TEST=manual
BUG= http://code.google.com/p/nativeclient/issues/detail?id=1322
Review URL: http://codereview.chromium.org/6262009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72234 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=67873
Review URL: http://codereview.chromium.org/6359009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72233 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
(Contains some minor de-inlining.)
BUG=68682
TEST=compiles
Review URL: http://codereview.chromium.org/6263010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72232 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6384006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72231 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a very simple scheduler that targets 100fps.
BUG=64848
TEST=layout tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71909
Review URL: http://codereview.chromium.org/6136005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72230 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=70347
TESTED=bots + used nacl with ppapi_geturl that uncovered the crash
Review URL: http://codereview.chromium.org/6338014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72229 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChromeFrame where the
chromeframe suffix is added to the outgoing UA.
BUG=none
TEST=Existing OverideUserAgent test should pass in the regular and ChromeFrame case.
R=wtc
Review URL: http://codereview.chromium.org/6369008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72228 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=brettw
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72227 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
http://src.chromium.org/viewvc/chrome?view=rev&revision=71963
Review URL: http://codereview.chromium.org/6326008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72226 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
browser's local state, since these settings correspond to command line switches.
This is a release blocker for NaCl, so we decided to push this through.
TEST=manual
BUG= http://code.google.com/p/nativeclient/issues/detail?id=1322
Review URL: http://codereview.chromium.org/6267009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72225 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=70332
TEST=Search engine list headers should match autofill options.
Review URL: http://codereview.chromium.org/6248015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72224 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=70437
Review URL: http://codereview.chromium.org/6307011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72223 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6253008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72222 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6369010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72221 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=70439
Review URL: http://codereview.chromium.org/6376007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72219 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=69448
TEST=manual
Review URL: http://codereview.chromium.org/6241009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72217 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6261021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72216 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=tony
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72215 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The throttling feature rejects outbound HTTP requests to a server for a period of time, when it finds that the server is returning 5XX.
This change disables the feature.
TEST=none
BUG=70412
Review URL: http://codereview.chromium.org/6369007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72214 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
customizations.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6386001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72213 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=64791
TEST=none
Review URL: http://codereview.chromium.org/6307012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72212 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
the source file.
BUG=None
TEST=run out/Debug/views_examples, it should work as before.
Review URL: http://codereview.chromium.org/6283008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72211 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
test_expectations.
Review URL: http://codereview.chromium.org/6268010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72205 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=3563
TEST=manual
Review URL: http://codereview.chromium.org/6247015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72204 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a job to inflight_ only after the job's worker has started
successfully.
R=agl
BUG=63357,67289
TEST=net_unittests --gtest_filter=CertVerifierTest.CancelRequestThenQuit
should not leak a CertVerifierRequest object under valgrind.
Review URL: http://codereview.chromium.org/5973004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72203 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=70421
TEST=none
Review URL: http://codereview.chromium.org/6354013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72200 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
being activated.
BUG=chromium-os:9870
TEST=make sure cellular/wireless network can't be enabled/disabled during 3g plan activation process
Review URL: http://codereview.chromium.org/6292008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72199 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:10712
TEST=none
Review URL: http://codereview.chromium.org/6253007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72198 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
If the BookmarkBarNode isn't loaded (yet) then we shouldn't be creating any bookmark buttons. This fixes the crashes reported in ExtensionInstallUIBrowserTest.
BUG=44548
TEST=browser_tests, unit_tests, trybots
Review URL: http://codereview.chromium.org/6209001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72197 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this test
expects an empty UA to be echoed back which won't be the case in ChromeFrame.
BUG=none
TEST=none
TBR=amit
Review URL: http://codereview.chromium.org/6323014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72196 0039d316-1c4b-4281-b951-d872f2087c98
|