| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=53967
TEST=ogv videos still play but more efficiently
Review URL: http://codereview.chromium.org/3723004
TBR=fbarchard@chromium.org
Review URL: http://codereview.chromium.org/3737002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62326 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- definition of new access point for Chrome Frame
- new unit test for machine id
TEST=This is the first step of the change for bug 58076.
no user visible changes until the work for this bug is
complete.
BUG=58076
Review URL: http://codereview.chromium.org/3735004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62325 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The actual changes are in
http://codereview.chromium.org/3536010/show
R=agl
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3733001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62324 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=57456
TEST=valgrind net_unittests
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62323 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62322 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
template_url_fetcher_unittest
BUG=None
TEST=None
TBR=levin
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62321 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=53967
TEST=ogv videos still play but more efficiently
Review URL: http://codereview.chromium.org/3723004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62319 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=clang builds everything in Release
Review URL: http://codereview.chromium.org/3727003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62317 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=58269
TEST=ExtensionApiTest.Tabs
Review URL: http://codereview.chromium.org/3686002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62316 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
times. This would
occur in the following scenario.
1. Chrome would issue a GET request to download the data.
2. The server would respond with data.
3. Chrome would terminate the request. In this context we send over an IPC to ChromeFrame
requesting that the request be terminated.
4. Before ChromeFrame receives the above IPC it sends over more data packets to Chrome
which would result in the automation resource message filter not finding the request
id in the map. The request would then percolate up to the automation provider which does
not handle these requests and would break the connection.
Fix is to trace the offending request id in the automation resource filter and return true
indicating that we handled the request.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=58049
Bug=58049
Review URL: http://codereview.chromium.org/3683006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62315 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
startup time is used as a timestamp to discover new crashes (determined by
entries in crash dir since the recorded startup time) in the ui_test
framework. Initialing it in the constructor is problematic for PyAuto since
python unittest initialzes testcase objects for all tests together, so all
instances will have about the same startup time, and this leads to crashes
from one test being mismatched to the error reporting in another.
This CL fixes it by moving startup time initialization to SetUp, which is
closer to the time the browser actually gets launched.
Consciously, Not moving to LaunchBrowserAndServer.
BUG=51463
TEST=
Review URL: http://codereview.chromium.org/3670004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62314 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3732001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62313 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Include browser_thread instead of chrome_thread in more 97 files.
Now the remaining files that are including chrome_thread.h are:
chrome_thread.cc and browser_thread.h.
They will be fixed next.
BUG=56926
TEST=trybots
Review URL: http://codereview.chromium.org/3717004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62312 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=56385,58882
TEST=Instant should be in labs. After enabling, Instant should work without needing to put --enable-match-preview on the commandline.
Review URL: http://codereview.chromium.org/3689005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62311 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes a regression making apps not sync.
BUG=58788
TEST=Manually :(
Review URL: http://codereview.chromium.org/3709003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62308 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make WaitForInfobarCount() robust to failures in the case of missing tabs or
windows.
BUG=
TEST=
Review URL: http://codereview.chromium.org/3529016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62307 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=http://code.google.com/p/chromium-os/issues/detail?id=7343
TEST=See http://codereview.chromium.org/3675002/show
Review URL: http://codereview.chromium.org/3730004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62306 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=55669
TEST=None
Review URL: http://codereview.chromium.org/3524014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62305 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
We're moving the file upstream.
TBR=davemoore
Review URL: http://codereview.chromium.org/3718003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62304 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=rdsmith
BUG=none
TEST=no compilation errors
Review URL: http://codereview.chromium.org/3685005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62303 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This prevents a crash if the callback holds a lock held further up
in the stack.
BUG=58556
TEST=Manually
Review URL: http://codereview.chromium.org/3707003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62302 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added generalized support for accelerators to info_bubble_gtk by
adding a info_bubble_accelerators_gtk class and refactoring the
handling of accelerators in info_bubble_gtk. In addition, added the
ability to forward accelerators to the browser window. Specifically
added support for Ctrl-w, so that the bookmark bubble now will close
when that accelerator is used and the associated tab will close
also. The infrastructure that I have added will allow for the addition
of other accelerators as desired. What accelerators that should be
added from the browser set and what their behaviour should be is not
defined and thus should be handled in a different bug.
BUG=chromium:23930
TEST=Click the star on a website to bookmark it and hit C-w to close it and the tab. Esc still works to just close the bubble.
Review URL: http://codereview.chromium.org/3393009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62301 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=55399
TEST=layout tests should still pass
Review URL: http://codereview.chromium.org/3730003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62300 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none.
TEST=Verify user picture shows up in the white list.
Review URL: http://codereview.chromium.org/3676003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62299 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
phase hooks up the InMemoryURLIndex to the HistoryQuickProvider which is itself made active during the autocomplete process. A small amount of refactoring was done to liberate some common functionality from the history_url_provider.
Previous CL: http://codereview.chromium.org/3375002
BUG=23654,19736
TEST=Green bots. Start typing text which occurs in URLs which are in the history. Verify that those history items appear if they have been manually typed more than once or the have been visited more than three time or they have been visited within the last three days.
Review URL: http://codereview.chromium.org/3713003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62298 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Also rolls in some of raz@'s windows fixes.
BUG=57877
TEST=Dialog grays out before disappearing when trying to clear server side data (and handles server errors)
Review URL: http://codereview.chromium.org/3680003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62296 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
No effective code change.
BUG=none
TEST=net_unittests
Review URL: http://codereview.chromium.org/3728002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62295 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=58888
TEST=turn on remoting in labs, quit chrome, make sure service process isn't running, launch chrome. Shouldn't crash.
Review URL: http://codereview.chromium.org/3704003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62294 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When _res is uninitialized, res_nclose may end up closing fd 0.
Test whether it's initialized before closing.
Patch by Jim Deng.
TBR=evanm
Original review URL: http://codereview.chromium.org/3717002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62292 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
roll to r69577 (pass on canaries)
TBR=japhet@
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62290 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=53779,58269
TEST=ExtensionApiTest.Tabs
Review URL: http://codereview.chromium.org/3627003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62289 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When _res is uninitialized, res_nclose may end up closing fd 0.
Test whether it's initialized before closing.
Patch by Jim Deng <jdeng@google.com>.
TEST=chrome without a net connection doesn't crash on startup
Review URL: http://codereview.chromium.org/3717002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62288 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- Include browser_thread.h instead of chrome_thread.h in more 100 files.
BUG=56926
TEST=trybots
Review URL: http://codereview.chromium.org/3691006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62286 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=56815
TEST=
Review URL: http://codereview.chromium.org/3582021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62285 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
implementation code is separate from the extension API code.
That will make it easier to add more functionality that's shared
by all platforms next.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3640001
TBR=dmazzoni@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62284 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
implementation code is separate from the extension API code.
That will make it easier to add more functionality that's shared
by all platforms next.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3640001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62283 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=mmoss
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62282 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=green bots
Review URL: http://codereview.chromium.org/3701009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62281 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=bots are happy
Review URL: http://codereview.chromium.org/3680004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62280 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Looks like the tabUpdated event is not being received by the extension.
TBR=aa
BUG=57694
TEST=Tracking down flakiness in a test.
Review URL: http://codereview.chromium.org/3702007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62278 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=58874
TEST=none
Review URL: http://codereview.chromium.org/3668003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62277 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- Include browser_thread.h instead of chrome_thread.h in more 70 files.
BUG=56926
TEST=trybots
Review URL: http://codereview.chromium.org/3734002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62276 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=57694
TEST=Tracking down flakiness.
Review URL: http://codereview.chromium.org/3643003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62275 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=green bots
TBR=apavlov@chromium.org
Review URL: http://codereview.chromium.org/3697004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62273 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62271 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
other code in the Chrome tree.
BUG=chromium-os:7528
TEST=manually
Review URL: http://codereview.chromium.org/3672006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62269 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The tests post a task to another thread, but immediately exit the thread and delete the object under test instead of waiting for completion of the posted task.
BUG=58863
TEST=ChromeOS valgrind bot turns green again
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/3664007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62268 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This DCHECK is valid only within the browser itself -- it doesn't work
for tests, etc, which have different default plugins.
BUG=none
TEST=ran test_shell_tests and test_shell
TBR=piman@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62267 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Implement the network menu as a subclass of MenuUI (c++) and Menu (js).
BUG=chromium-os:7343
TEST=Test that the network menu is still functional. NOTE: With this CL, the menu won't look pretty, and it still has the old behavior. There will be a followup CL that will fix the UI.
Review URL: http://codereview.chromium.org/3675002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62266 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=ran test_shell_tests on linux
Review URL: http://codereview.chromium.org/3707005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62265 0039d316-1c4b-4281-b951-d872f2087c98
|