| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119789 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
r119698: remove no longer necessary dependency on cygwin target
BUG=111731
Review URL: http://codereview.chromium.org/9233035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119788 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119786 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
(but rolling to 980 to pick up additional warning fixes)
BUG=111217
Review URL: https://chromiumcodereview.appspot.com/9285032
Review URL: https://chromiumcodereview.appspot.com/9264042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119785 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119784 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119783 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=108112
TEST=Manual: see bug description
Review URL: http://codereview.chromium.org/9290047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119782 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=104586
TEST=See bug.
Review URL: http://codereview.chromium.org/9169040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119781 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=109817
TEST=compiles
Review URL: http://codereview.chromium.org/9232070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119780 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
mostly for the page action context menu, but also used elsewhere such as panels
BUG=106781
TEST=on win/chromeos, sentence case. Elsewhere, title.
Review URL: https://chromiumcodereview.appspot.com/9289037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119779 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=111519
TEST=Verify 111519.
Review URL: http://codereview.chromium.org/9288077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119778 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changed P2PPortAllocator to add Relays to PortConfiguration only after
relay configuration is received.
BUG=111942
Review URL: http://codereview.chromium.org/9302009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119777 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using a software 3d rasterizer to do animation is probably slower than the regular software mode, so avoid doing that.
BUG=
TEST=
Review URL: http://codereview.chromium.org/9289012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119776 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I missed an overflow in Contract because I suspected that the prime elimination
would take care of it. It didn't, and I forgot to get back to the overflow.
Because of this, Contract may have produced a non-minimal representation,
causing flakey failures ~0.02% of the time.
BUG=110972
TEST=crypto_unittests
Review URL: http://codereview.chromium.org/9104013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119775 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=110656
TEST=pyauto test: shortcuts.ShortcutsTest.testClearBrowsingDataShortcut
R=csilv@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9264056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119774 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This makes the click-to-play feature available in content settings without having to enable it in chrome://flags.
BUG=62084
TEST=none
Review URL: http://codereview.chromium.org/9293008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119773 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=25635
TEST=looks 75% less crazy
Review URL: https://chromiumcodereview.appspot.com/9293019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119772 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's not clear to me who needs to review the change to
third_party/leveldatabase/env_chromium.cc, or even if it's handled
through the standard CL interface for the rest of Chromium. But my
best guess was that you could either approve it or tell me who to
contact. Let me know if I need to go about this patch submission
a different way.
R=brettw@chromium.org
BUG=108171
TEST=
Review URL: http://codereview.chromium.org/9303006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119771 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
unloads (in memory only, for now).
Add support for broadcasted events.
Add an extension.onInstalled event that is run when the event page first
starts.
BUG=81752
TEST=no
Review URL: https://chromiumcodereview.appspot.com/9297003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119770 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes the double close issue and makes Stop() instant.
Also, this addresses some issues reported by tsan (see bug reports).
BUG=103711,95509
TEST=content_unittests,media_unittests
Review URL: http://codereview.chromium.org/9121045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119769 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
No longer necessary because cygwin set up is now done in gclient runhooks, rather than every build.
BUG=111731
Review URL: https://chromiumcodereview.appspot.com/9301011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119768 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
"dar'win'" too.
BUG=111731
Review URL: https://chromiumcodereview.appspot.com/9159050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119766 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=105214
Review URL: https://chromiumcodereview.appspot.com/9284034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119765 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's the same set of people as in chrome/browser/content_settings/OWNERS.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9301004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119761 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
FlashFullscreen test. No longer mark the test as
flaky.
TEST=ui_tests
BUG=108471
Review URL: https://chromiumcodereview.appspot.com/9133024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119760 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=
TEST=CWSIntentsRegistryTest.*
Review URL: http://codereview.chromium.org/9253024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119759 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Plumbing the cache name through remains to be done, as does correctly handling
quota for object temporary file removal.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9288046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119758 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I spotted another interface regression and wanted to fix it. Thanks
for reviewing.
R=johnnyg@chromium.org
BUG=108171
TEST=
Review URL: http://codereview.chromium.org/9104015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119757 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Switch FYI bot to run non-emulator tests (see related CL to switch over).
BUG=None
TEST=
Review URL: https://chromiumcodereview.appspot.com/9223034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119754 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
below the launcher after showing and hiding the non-modal transient.
BUG=none
TEST=open window type launcher, show and then hide a window using the show/hide button, then open a window-modal window. the window modal window would appear rendered behind the type launcher, but if you clicked on where it would have been you can actually move it out from under. this bug makes sure it is always stacked on top visually also.
Review URL: https://chromiumcodereview.appspot.com/9298038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119753 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119752 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version supports dumpAsText, dumpChildFramesAsText, waitUntilDone, and
notifyDone
BUG=111316
TEST=run content_shell --dump-render-tree <some layout test that only uses above functions>
Review URL: http://codereview.chromium.org/9121074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119750 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9301009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119749 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I found a few more spots that need to have their time structuring
updated. Can you review? Thanks much.
R=apatrick@chromium.org
BUG=108171
TEST=
Review URL: http://codereview.chromium.org/9264040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119748 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
No longer necessary because cygwin set up is now done in gclient runhooks, rather than every build.
BUG=111731
Review URL: http://codereview.chromium.org/9104016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119747 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"init" process.
This process is now resposible for reaping all child processes that no longer have a
direct parent process.
Often, failure to do this goes unnoticed, because our sandbox'd processes don't often
fork other processes that then continue to turn into daemon processes. But there is no
reason, why they couldn't occasionally do so. And in fact, the seccomp sandbox does do
so for its trusted process.
In the past, this would result in us having lots of uncollected zombie processes that
only disappeared when the browser terminated.
BUG=109944
TEST=Run Chrome with both the suid sandbox and the seccomp sandbox, open and close a few tabs, verify that we don't produce any zombie processes
Review URL: https://chromiumcodereview.appspot.com/9295005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119746 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes in 10.7.2 cause install-from-.dmg to no longer add a persistent Dock
tile. By leveraging a the same CFURL private undocumented functions that the
Dock does, Chrome can more robustly make sense of the Dock configuration and
insert itself into the plist.
BUG=111979
TEST=1. Remove Google Chrome.app from /Applications and remove its Dock tile
(if any)
2. Mount GoogleChrome.dmg
3. Launch Google Chrome.app from the .dmg
4. Click "install"
Expect the Dock to restart with a persistent tile for Chrome present
(even after quitting Chrome)
Review URL: https://chromiumcodereview.appspot.com/9264046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119745 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A few more uses of the old Sleep(int ms) and PostDelayedTask()
interfaces slipped through since my last round of updates. Can you review
these?
R=jar@chromium.org
BUG=108171
TEST=
Review URL: http://codereview.chromium.org/9104014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119743 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/9104017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119741 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119740 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119739 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
To be removed when r119687 reaches official builds.
BUG=None
TEST=None
TBR=dennisjeffrey@chromium.org
R=dennisjeffrey@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9233037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119738 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=screen not messed up after running CrCompileFile from vim in an xterm.
Review URL: https://chromiumcodereview.appspot.com/9232065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119737 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=109872
TEST=safe_browsing on Chromium Mac (Valgrind)(1)
Review URL: https://chromiumcodereview.appspot.com/9233036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119736 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This is needed to autogenerate about:credits correctly.
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/9302011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119735 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
With r119520, many browser_tests started failing on GYP_DEFINES="use_aura=1 chromeos=1" builds. This works around the problem (cause still unknown).
BUG=111929
TEST=Linux ChromeOS Aura bot goes green
TBR=jamesr
Review URL: https://chromiumcodereview.appspot.com/9264048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119733 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The lock screen container needs a layout manager to respond to resolution changes caused by an external monitor being attached or detached. Marking the login screen widget as fullscreen makes it reshape to track the size change.
BUG=110942
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/9121063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119732 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
The calculation of the inline_autocomplete_offset_ was incorrect. Eliminated unnecessary function parameter.
BUG=110892
TEST=1) Visit an URL such as "www.amazon.com". 2) Now type 'ama' into the omnibox. 3) Verify that the presentation is "ama[zon.com]" where the bracketted section is the to-be-autocompleted portion. Also enhanced the HistoryQuickProviderTest unit tests.
Review URL: https://chromiumcodereview.appspot.com/9298017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119730 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/9159035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119729 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pending.
This is a speculative fix for bug 105320. The chain of events that could tickle this is:
1. A HttpNetworkTransaction is canceled while a Read is blocked.
2. When the transaction is deleted:
- It calls HttpPipelinedStream::Close(true), which queues tasks to evict the
other streams on the pipeline.
- It deletes the HttpPipelinedStream, which deletes the active
HttpStreamParser.
4. The response has already arrived and is already on the message queue. It
runs and tries to callback to the deleted HttpStreamParser. We likely crash.
5. The eviction tasks run and delete their streams, which allows the
HttpPipelinedConnectionImpl destructor to run, which closes the socket.
BUG=105320
TEST=net_unittests
Review URL: http://codereview.chromium.org/9223033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119728 0039d316-1c4b-4281-b951-d872f2087c98
|