index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
common
/
render_messages.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement two missing methods on layoutTestController:
mpcomplete@chromium.org
2010-04-19
1
-0
/
+2
*
Add an IME_CANCEL_COMPOSITION event. This is fired if
tony@chromium.org
2010-04-15
1
-0
/
+1
*
Changing the translate back-end to use the Google Translate element.
jcivelli@google.com
2010-04-06
1
-70
/
+0
*
Allow synchronous messages to be sent from threads other than the main thread...
jabdelmalek@google.com
2010-04-06
1
-34
/
+0
*
AutoFill: Use the FormManager cache to send forms to the AutoFillManager.
jhawkins@chromium.org
2010-04-03
1
-41
/
+0
*
AutoFill: Store the form method on the FormData object. This is another step...
jhawkins@chromium.org
2010-04-01
1
-0
/
+2
*
Move plugin-related files in webkit/glue to webkit/glue/plugins to make them
brettw@chromium.org
2010-03-31
1
-2
/
+2
*
Extend the file browser/chooser to support more modes of operation, and plumb
brettw@chromium.org
2010-03-30
1
-0
/
+64
*
reland cl that implement error state for translate infobar
kuan@chromium.org
2010-03-29
1
-0
/
+6
*
Revert "implement error state for translate infobar"
phajdan.jr@chromium.org
2010-03-29
1
-6
/
+0
*
implement error state for translate infobar
kuan@chromium.org
2010-03-29
1
-0
/
+6
*
AutoFill: Handle filling select controls.
jhawkins@chromium.org
2010-03-27
1
-7
/
+0
*
Revert r42812. I suck.
aa@chromium.org
2010-03-26
1
-4
/
+0
*
Write and read content blocked flag. This should have resulted
aa@chromium.org
2010-03-26
1
-0
/
+4
*
Remove dependency from webkit on chrome/common by moving files to src/app.
pinkerton@chromium.org
2010-03-19
1
-1
/
+1
*
Send session history offset and length parameters in the Navigate message to
darin@chromium.org
2010-03-18
1
-0
/
+16
*
[Mac] Match popup contents to page zoom size.
thakis@chromium.org
2010-03-17
1
-0
/
+7
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...
jhawkins@chromium.org
2010-03-15
1
-8
/
+4
*
Changes made to the printing logic to allow plugins to participate in the bro...
sanjeevr@chromium.org
2010-03-12
1
-1
/
+6
*
Allow users to close the find session and activate the current link via ctrl-...
estade@chromium.org
2010-03-11
1
-0
/
+46
*
BSD ifdefs, etc. necessary for chrome/
pvalchev@google.com
2010-03-09
1
-4
/
+1
*
Don't store the submit element on the FormData structure as it's no longer used.
jhawkins@chromium.org
2010-03-03
1
-3
/
+1
*
Implement FormManager::LabelForElement and use this to store the field labels.
jhawkins@chromium.org
2010-03-02
1
-0
/
+2
*
Further reduce the bad dependency of chrome/common on chrome/browser.
phajdan.jr@chromium.org
2010-02-24
1
-1
/
+1
*
Revert 39732 due to reliability bot failures.
darin@chromium.org
2010-02-23
1
-1
/
+0
*
Notify when database access is blocked due to content settings.
jochen@chromium.org
2010-02-23
1
-0
/
+1
*
Remove usages of obsolete WebSettings::setGeolocation so it can be removed fr...
joth@chromium.org
2010-02-23
1
-2
/
+0
*
AutoFill forms. We do this by responding to a message from WebKit which send...
jhawkins@chromium.org
2010-02-20
1
-0
/
+2
*
Disable the "Copy Image" context menu option when the user right-clicks a blo...
pkasting@chromium.org
2010-02-20
1
-0
/
+2
*
Adding command line flag (--show-composited-render-layers) to enable the show...
vangelis@chromium.org
2010-02-19
1
-1
/
+3
*
Chrome-side change of WebKit API change to expose a "reload all" flag.
evan@chromium.org
2010-02-18
1
-0
/
+7
*
Chromium plumbing for new file:// security flag, including test_shell support.
cevans@chromium.org
2010-02-18
1
-0
/
+2
*
Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...
jhawkins@chromium.org
2010-02-18
1
-22
/
+45
*
Revert 39287 - Chromium pieces to use the WebKit support for isolation file:/...
cevans@chromium.org
2010-02-18
1
-2
/
+0
*
Chromium pieces to use the WebKit support for isolation file:// documents in
cevans@chromium.org
2010-02-17
1
-0
/
+2
*
Fixes a race condition when a shared worker exits while one parent is loading
atwilson@chromium.org
2010-02-17
1
-1
/
+9
*
Misc. tidy up of various comments found whilst learning the codebase.
joth@chromium.org
2010-02-17
1
-3
/
+3
*
Make SharedMemory use uint32 instead of size_t. This removes the remaining s...
jam@chromium.org
2010-02-16
1
-1
/
+1
*
Only ask the user on setItems whether they want to allow dom storage.
jorlow@chromium.org
2010-02-13
1
-0
/
+36
*
Reland r38570. The underlying bug has been fix.
jhawkins@chromium.org
2010-02-11
1
-6
/
+16
*
Revert "Move conditions of FormFields creation to FormFieldHistoryManager;
tony@chromium.org
2010-02-10
1
-16
/
+6
*
Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d...
jhawkins@chromium.org
2010-02-10
1
-6
/
+16
*
Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.
jianli@chromium.org
2010-02-10
1
-2
/
+2
*
WebKit side is in https://bugs.webkit.org/show_bug.cgi?id=34524
jeremy@chromium.org
2010-02-05
1
-0
/
+10
*
Remove size_t from audio IPC code.
jam@chromium.org
2010-02-05
1
-19
/
+19
*
linux: Use gtk-cursor-blink from GtkSettings to set the caret blink interval
joel@chromium.org
2010-02-05
1
-0
/
+4
*
This CL makes the TranslationService class send the text to be translated to ...
jcampan@chromium.org
2010-01-29
1
-0
/
+7
*
Refactored code to allow associating workers with multiple renderers.
atwilson@chromium.org
2010-01-28
1
-0
/
+52
*
GTK: Use GTK+ theme selection colors and plumb them into webkit. [Chromium si...
erg@google.com
2010-01-27
1
-1
/
+15
[next]