| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
the permanent text. Only pass it through as an accelerator if we don't end up changing anything. Patch by Mohamed Mansour, r=me. See http://codereview.chromium.org/10800 .
BUG=4203
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6168 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
R=cpu,darin
Review URL: http://codereview.chromium.org/12701
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6167 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
few cases). Patch by phajdan.jr@gmail.com, r=me. See http://codereview.chromium.org/11586 .
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6166 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
until a message comes back
from the Browser thread saying that it's OK to allow javascript close calls.
ISSUE=http://crbug.com/4007
Review URL: http://codereview.chromium.org/12691
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6165 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
location. This is a first step toward not creating _any_ directories when we merely ask for their locations. Patch by Marc-André Decoste, r=cpu. See http://codereview.chromium.org/11586 .
Bug=4575
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6164 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
some spell check languages that Chrome supports, derived from the accept languages list and the current spell check language. The spell check language which is currently set is shown to be selected. The user can click on some other spell check language, and it will become effective immediately (this part of the code was addressed in a previous CL, and has been checked in).
Review URL: http://codereview.chromium.org/12614
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6162 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
test shell.
I implemented it in the webview delegate, so when we switch to the
multiprocess architecture, we will need to find out if the clipboard callback
can be async (the current method would require a sync call from browser to
renderer to get the selected text).
Review URL: http://codereview.chromium.org/12700
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6160 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
Costa, r=ben, see http://codereview.chromium.org/10796 .
BUG=851
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6158 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
aligned. Also restoring file attributes after evicting it from the
cache (since the function writes to the file).
Depending on hardware, file operations will fail if the buffer isn't
aligned when using the FILE_FLAG_NO_BUFFERING flag.
For more details:
http://msdn.microsoft.com/en-us/library/cc644950(VS.85).aspx
Review URL: http://codereview.chromium.org/12833
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6157 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
I don't actually update any test lists, but I did test that all my
examples in the documentation actually work.
Review URL: http://codereview.chromium.org/12628
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6156 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/12834
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6155 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
referencing them by name, we put them into toplevel environment variables and
reference them by the variable.
Also made DirBuilder more flexible in accepting SCons Nodes as inputs.
Review URL: http://codereview.chromium.org/12705
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6154 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=4847
TEST=Open a form, type something so the autofill shows, press tab with no selection.
Review URL: http://codereview.chromium.org/13019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6153 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Running with n CPUs would cause our parent scons to run with n cpus
and then have it spawn a sub-scons that would itself attempt to run
with an additional n cpus.
Review URL: http://codereview.chromium.org/13010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6152 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Fix selection after deleting cookies. The selection was seemingly random
because the model to view mapping changed when deleting items.
BUG=3692
TEST=Try deleting items in cookies view and make sure selection doesn't jump around unexpectedly.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6150 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/12688
Patch from Pawel Hajdan jr.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6149 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6148 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Monaco is an Apple specific font which we don't have on either Linux nor
Windows. When Windows is asked for it it appears to fallback to Times
New Roman. We configure Linux to do the same so that we match on
layout-tests which use Monaco.
Review URL: http://codereview.chromium.org/11610
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6146 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
*.htm.
BUG=4388
TEST=Create a file name foo.htm. Go to bookmark manager, choose
import, navigate to directory with foo.htm and make sure the the
open dialog shows foo.htm.
Review URL: http://codereview.chromium.org/12459
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6144 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/13017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6143 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
the observer correctly.
Review URL: http://codereview.chromium.org/12474
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6142 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
import our google.* python packages so that the user can tell why it happens, and how to fix it.
Patch from mad@google.com
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6140 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
delegated to ScrollView instead of FrameView, printing scrollbars on the paper.
TEST=print a long page, no scrollbar should appear and it should print on multiple pages correctly.
BUG=3670
Review URL: http://codereview.chromium.org/13012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6139 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
the plugin changes, we generate a new backing store. Flash 9 invalidates the rectangle, but Flash 10 doesn't. As a result we paint from a blank backing store.
The fix is to keep track of which part of the backing store has been painted into by the plugin, and if the renderer tries to paint an area that falls outside of it, do a synchronous paint.
Also get rid of first_paint_, as it was introduced during a failed attempt to make plugin loading asynchronous.
Review URL: http://codereview.chromium.org/10792
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6128 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/13009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6127 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/12817
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6126 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/13002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6116 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
We now pass basic-selects.html.
Also fix a enum type mismatch (both NoPart and NoControlPart are 0, it was only the type that was wrong).
Review URL: http://codereview.chromium.org/10982
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6115 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=feng
Review URL: http://codereview.chromium.org/10999
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6114 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/12805
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6113 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6112 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
we no longer need it. The only unfortunate things is that to unfork
we have to add another custom getter that does not really need to be
customized.
The commit will be a two-step process. I'll update the WebKit DEPS
once I know the new version.
Review URL: http://codereview.chromium.org/10996
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6111 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
The unforking of the inspector JS files caused the message text not showing in the inspector console due to changes in the API between the inspector controller and the inspector. Manually added the missing changes from WebKit changeset 36817 (http://trac.webkit.org/changeset/36817) to InspectorController.cpp and fixed the parameters to the WebInspector.ConsoleMessage constructor.
Review URL: http://codereview.chromium.org/10997
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6110 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/12801
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6109 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Minor changes to the code generator for consistency.
Review URL: http://codereview.chromium.org/10987
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6107 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/12489
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6099 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
during a nested message loop.
I also fixed another null dereference in InitAccessibilityRoot that I saw during debugging.
BUG=4582
Review URL: http://codereview.chromium.org/10418
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6098 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6097 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/10788
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6095 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
was as below:-
R=jam
Bug=4582
Review URL: http://codereview.chromium.org/12402
Review URL: http://codereview.chromium.org/10787
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6094 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
bots, which I could not reproduce locally.
I'll try to investigate on the bots.
TBR=nsylvain
Review URL: http://codereview.chromium.org/10979
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6091 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=http://code.google.com/p/chromium/issues/detail?id=4654
TBR=tony
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6089 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=ojan
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6087 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6085 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
us never re-set timers after sending logs. The check in TryToStartTransmission() is sufficient to halt uploading and timers after a user has been idle.
* Various small style fixes to comply with style guide, around args alignment and indentation.
Review URL: http://codereview.chromium.org/11452
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6083 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=http://code.google.com/p/chromium/issues/detail?id=4828
Review URL: http://codereview.chromium.org/12512
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6082 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/12708
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6081 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
I assume this is an accident; as I'd like to have it back! :-)
Review URL: http://codereview.chromium.org/12704
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6079 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Caused a slew of layout test crashes
Review URL: http://codereview.chromium.org/12513
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6077 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
straight to 0.5 as the branch is working its way through 0.4.
Review URL: http://codereview.chromium.org/12490
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6076 0039d316-1c4b-4281-b951-d872f2087c98
|