| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=58225
TEST=library buildable on all platforms.
Review URL: http://codereview.chromium.org/3614010
TBR=fbarchard@chromium.org
Review URL: http://codereview.chromium.org/3608014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61788 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=58225
TEST=library buildable on all platforms.
Review URL: http://codereview.chromium.org/3614010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61787 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=56479
TEST=Re-enables flaky test.
Review URL: http://codereview.chromium.org/3620007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61785 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I added a watchdog thread that intermitently checks the main thread can respond to tasks posted on its message queue.
I fixed some bugs that preventede GGL from failing when the GPU channel was lost.
Added a command line swith to disable the watchdog thread for debugging purposes.
TEST=try, check WebGL works, check about:gpuhang terminates process.
BUG=38739,53871
Review URL: http://codereview.chromium.org/3528012
TBR=apatrick@chromium.org
Review URL: http://codereview.chromium.org/3616011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61782 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61780 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=58270
TEST=None
Review URL: http://codereview.chromium.org/3569024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61778 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=58269
TEST=NONE
Review URL: http://codereview.chromium.org/3526023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61777 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The plan is to generate this zip later on an official buildbot, and publish it with stage_build.py.
BUG=57805
TEST=none
Review URL: http://codereview.chromium.org/3564008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61776 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=ajwong
Review URL: http://codereview.chromium.org/3579015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61772 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original issue:
http://codereview.chromium.org/3567012/show
BUG=none
TEST=FileSystemOperationTest.*
TBR=ericu,thestig
Review URL: http://codereview.chromium.org/3603014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61771 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Depends on the patch for webkit.org/b/46405
Currently it's disabled as the feature is not turned on by default yet (may need some trick to force enabling it for ui_tests).
BUG=32277
TEST=WorkerTest.WorkerFileSystemLayoutTest
Review URL: http://codereview.chromium.org/3576005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61770 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=58242
TEST=Heapchecker finishes its test run.
Review URL: http://codereview.chromium.org/3528015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61769 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Based on zork's idea. This will be used for automated testing.
For example, if you want to select Japanese, and give focus
to an input method 'mozc', you can point to:
chrome://settings/language#lang=ja,focus=mozc
English US and Dvorak:
chrome://settings/language#lang=en-US,focus=xkb:us:dvorak:eng
BUG=chromium-os:4639
TEST=manually
Review URL: http://codereview.chromium.org/3609012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61768 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Element 'themes_set_classic' is not present for Chrome OS, but only for linux
and bsd, per personal_options.html
<if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') != -1)">
...
<button id="themes_set_classic"
i18n-content="themes_set_classic"></button>
TEST=opened chrome:settings and confirmed that the error was gone.
BUG=chromium-os:7387
Review URL: http://codereview.chromium.org/3526021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61766 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Move common logic and fields from BrowserAccessibilityMangerWin to BrowserAccessibilityManager.
2. Move common logic and fields from BrowserAccessibilityWin to BrowserAccessibility.
BUG=55264
TEST=interactive_ui_tests:AccessibilityWinBrowserTest.*
TEST=unit_tests:BrowserAccessibilityTest.*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=61740
Review URL: http://codereview.chromium.org/3551015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61765 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=32308,58257
TEST=none
TBR=ajwong
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61764 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename entries under safe_browsing, search_engines, service and speech.
BUG=56926
TEST=trybots
Review URL: http://codereview.chromium.org/3552013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61763 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Remove upstreamed test expectations.
TEST=try bots green
BUG=none
Change by ajwong
Original code review: http://codereview.chromium.org/3612006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61762 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
subsequent reads from the same buffered data could result in
a crash.
BUG=none
TEST=SpdyProxyClientSocketTest.MultipleReadsFromSameLargeFrame
Review URL: http://codereview.chromium.org/3549022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61758 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=58244,58245
TEST=Valgrind Mac gets greener.
Review URL: http://codereview.chromium.org/3543014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61757 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename entries under task_manager, themes, views, web_applications,
web_resource, webdata and worker_host.
BUG=56926
TEST=trybots
Review URL: http://codereview.chromium.org/3579014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61756 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=58242
TEST=Memory bots stops timing out.
TBR=timurrrr
Review URL: http://codereview.chromium.org/3601017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61755 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3593006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61754 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This patch simply rejects requestFileSystem if cookie settings is set to BLOCK (no prompting).
BUG=32277
TEST=none
Review URL: http://codereview.chromium.org/3551011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61753 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=58217
TEST=sync_integration_tests
Review URL: http://codereview.chromium.org/3575017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61750 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Move common logic and fields from BrowserAccessibilityMangerWin to BrowserAccessibilityManager.
2. Move common logic and fields from BrowserAccessibilityWin to BrowserAccessibility.
Linux errors.
BUG=55264
TEST=interactive_ui_tests:AccessibilityWinBrowserTest.*
TEST=unit_tests:BrowserAccessibilityTest.*
Review URL: http://codereview.chromium.org/3551015
TBR=ctguil@chromium.org
Review URL: http://codereview.chromium.org/3562011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61749 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=None
BUG=0
Review URL: http://codereview.chromium.org/3604010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61748 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This changelist includes the following URLs for the JSON protocol:
/url
/back
/forward
/refresh
/title
/source
BUG=None
TEST=webdriver_remote_tests.py
Review URL: http://codereview.chromium.org/3338010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61747 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
others)
http://build.chromium.org/buildbot/waterfall/builders/Vista%20Tests/builds/23216/steps/browser_tests/logs/stdio
Note: Google Test filter = SSLUITest.TestRunsInsecuredContentRandomizeHash
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from SSLUITest
[ RUN ] SSLUITest.TestRunsInsecuredContentRandomizeHash
[6072:5256:1006/165819:224673187:INFO:install_util.cc(72)] No existing Chrome install found.
[6072:5980:1006/165821:224674390:INFO:chrome_plugin_lib.cc(201)] ChromePluginLib::CP_Initialize(c:\b\slave\chromium-rel-vista-tests\build\src\build\Release\gears.dll): initialized=0
[6072:5980:1006/165821:224674421:INFO:chrome_plugin_lib.cc(222)] ChromePluginLib::CP_Initialize(c:\b\slave\chromium-rel-vista-tests\build\src\build\Release\gears.dll): initialized=1): result=0
[6072:5980:1006/165821:224674500:INFO:ssl_client_socket_nss.cc(1224)] The server 127.0.0.1 does not support the TLS renegotiation_info extension.
Backtrace:
(No symbol) [0x011F8B37]
BUG=58230
TEST=SSLUITest.TestRunsInsecuredContentRandomizeHash
TBR=wtc@chromium.org
Review URL: http://codereview.chromium.org/3539018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61746 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
I can't repro it locally, so I'm going to see if I can catch it failing on the
bots.
BUG=53991
TEST=no
Review URL: http://codereview.chromium.org/3569023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61745 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
default specified.
BUG=49306
TEST=TemplateURLModelTest*
Review URL: http://codereview.chromium.org/3620009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61744 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
before sending down the instant script. If the page doesn't support
instant we fallback to reloading urls.
BUG=54833
TEST=none
Review URL: http://codereview.chromium.org/3608009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61743 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Fails on all platforms. See bug.
BUG=58229
Review URL: http://codereview.chromium.org/3520020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61741 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Move common logic and fields from BrowserAccessibilityMangerWin to BrowserAccessibilityManager.
2. Move common logic and fields from BrowserAccessibilityWin to BrowserAccessibility.
BUG=55264
TEST=interactive_ui_tests:AccessibilityWinBrowserTest.*
TEST=unit_tests:BrowserAccessibilityTest.*
Review URL: http://codereview.chromium.org/3551015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61740 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=58219
TEST=linux views dbg bot goes green
Review URL: http://codereview.chromium.org/3570015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61737 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=58229
TBR=evan
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61736 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=50763
TEST=interactive_ui_tests --gtest_filter=BrowserFocusTest.TabInitialFocus
Review URL: http://codereview.chromium.org/3561013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61735 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=19991
TEST=none
Review URL: http://codereview.chromium.org/3548018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61732 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Right now you can get spurious changes to .zip files because the order os.walk
returns directories and files in can differ from one checkout to another.
BUG=none
TEST=no more spurious zipfile changes
Review URL: http://codereview.chromium.org/3602020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61731 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3626002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61729 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=58095
TEST=Build chromium
Review URL: http://codereview.chromium.org/3616008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61728 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also did some refactoring of TemplateURLFetcher to allow for a future
modification in which I make it able to start the load of TemplateURLModel and
wait for that to finish before processing the fetched url.
BUG=38475
TEST=unit_test --gtest_filter=TemplateURLFetcher*
Review URL: http://codereview.chromium.org/3548017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61727 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=ajwong
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61726 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Also fix failing Font test.
TEST=unit tests
BUG=46733
Review URL: http://codereview.chromium.org/3615001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61725 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
reused for multiple rounds of
NTLM authentication.
BUG=57261
TEST=Start chrome with --auth-schemes=NTLM and --proxy-server pointing to a Microsoft Forefront Threat Management Gateway proxy configurated for Integrated Authentication. Assuming the user is part of the same domain as the proxy, authentication should work transparently, and the user should not be presented with auth prompts. Also, net_unittests should pass.
Review URL: http://codereview.chromium.org/3578016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61724 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. ProtocolDecoder renamed to MessagesDecoder and moved to remoting/protocol.
2. base/protocol_util.[h|cc] split into base/util.[h|cc] and protocol/util.[h|cc].
3. Added StreamReader and StreamWriter classes for events and video channels.
4. Client and host changed to use the new protocol code.
BUG=None
TEST=Unittests
Review URL: http://codereview.chromium.org/3595012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61723 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When you created a window with type='popup', the resulting window.type
was incorrectly 'app'. After discussion, we concluded that a popup
app window should be called a popup.
This was a real regression that was masked by the test being marked flaky
for unrelated reasons. :(
(While I'm at it, fixed the ordering of some assertEq's to make the error
messages more understandable.)
BUG=48920
TEST=ExtensionApiTest.Tabs
Review URL: http://codereview.chromium.org/3594014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61722 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=53991
TEST=no
Review URL: http://codereview.chromium.org/3584016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61721 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
expectations to test_expectations.txt.
Submitted on behalf of koz@chromium.org.
BUG=None
TEST=Run expectations_line_unittest.py.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61720 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=glotov
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61719 0039d316-1c4b-4281-b951-d872f2087c98
|