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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add PLY (Python Lex Yacc)
noelallen@google.com
2011-03-14
6
-0
/
+4657
*
Clean up some event code:
msw@chromium.org
2011-03-14
41
-393
/
+393
*
Use IsKeyboardLayout() instead of hard coding "xkb:".
satorux@chromium.org
2011-03-14
1
-6
/
+2
*
Throttle TouchMove events the same as MouseMove events for the purposes
rjkroege@chromium.org
2011-03-14
1
-1
/
+2
*
Fixed a chrome frame net test crasher caused after the change in chrome to ma...
ananta@chromium.org
2011-03-14
1
-3
/
+2
*
Move injection_test_dll.h to content\common to get rid of a dependency on chr...
jam@chromium.org
2011-03-14
6
-10
/
+9
*
Removed the DCHECK for single common name in the certificate.
rtenneti@chromium.org
2011-03-14
1
-2
/
+6
*
Add ContentClient destructor for Clang.
creis@google.com
2011-03-14
2
-1
/
+6
*
Printing: Always pass in the WebNode.
thestig@chromium.org
2011-03-14
5
-19
/
+24
*
Fixes regression from r68069. If the tab context menu was canceled we
sky@chromium.org
2011-03-14
1
-5
/
+10
*
Move cache and report checking to before classification is run.
gcasto@chromium.org
2011-03-14
6
-116
/
+179
*
PrintPreview: Added code to handle invalid page range text.
kmadhusu@chromium.org
2011-03-14
5
-41
/
+149
*
Use async connect and set primitives from libcros.
stevenjb@google.com
2011-03-14
8
-173
/
+107
*
Convert ppapi messages to new format.
tsepez@chromium.org
2011-03-14
4
-732
/
+747
*
Consider the popup window position when the window shows upward. This patch d...
thakis@chromium.org
2011-03-14
9
-21
/
+62
*
Prevent memory leak for ChromeContentBrowserClient.
creis@google.com
2011-03-14
2
-3
/
+8
*
Update prerender field trial in canary from 5% control & 5% experiment to
tburkard@chromium.org
2011-03-14
1
-2
/
+2
*
Move plugin messages to content.
jam@chromium.org
2011-03-14
33
-693
/
+379
*
Revert 78081 - Options: Remove more unused dialogs.
jhawkins@chromium.org
2011-03-14
14
-0
/
+2072
*
Revert 78095 - Build fix: Remove edit_search_engine_dialog.[cc,h] from the gy...
jhawkins@chromium.org
2011-03-14
1
-0
/
+2
*
Build fix: Remove edit_search_engine_dialog.[cc,h] from the gyp file since it
jhawkins@chromium.org
2011-03-14
1
-2
/
+0
*
Revert 78062 - Migrate more of BrowserFrame's event handling down into Window...
ben@chromium.org
2011-03-14
29
-253
/
+251
*
Fix to make the clang bots happy.
zmo@google.com
2011-03-14
2
-0
/
+3
*
Use WebFormControlElement::isEnabled() rather than WebInputElement:isEnabledF...
isherman@chromium.org
2011-03-14
2
-13
/
+11
*
Get the mac bubble to resize propery and fit content in all states.
satish@chromium.org
2011-03-14
2
-38
/
+40
*
Refactor Autofill metrics logging to avoid calling into GetPossibleFieldTypes...
isherman@chromium.org
2011-03-14
5
-80
/
+94
*
Chromoting plugin to use a backing store
hclam@google.com
2011-03-14
2
-15
/
+26
*
Cache ICU collators for Autofill country detection; improve performance on fo...
isherman@chromium.org
2011-03-14
1
-17
/
+29
*
Options: Remove more unused dialogs.
jhawkins@chromium.org
2011-03-14
14
-2072
/
+0
*
Refactoring GPUInfo: 1) remove the level field; instead, having a finalized f...
zmo@google.com
2011-03-14
23
-186
/
+134
*
In BlobURLRequestJob, open files asynchronously to avoid blocking the IO thread
adamk@chromium.org
2011-03-14
4
-73
/
+125
*
[Mac] Prevent pasting of huge pasteboards into Omnibox.
shess@chromium.org
2011-03-14
1
-0
/
+37
*
Coverity: Fix a resource leak.
thestig@chromium.org
2011-03-14
2
-11
/
+3
*
fav icon -> favicon. Pass 1.
avi@chromium.org
2011-03-14
18
-121
/
+121
*
DemuxerFactory is born!
fischman@chromium.org
2011-03-14
19
-209
/
+350
*
Fix clang buildbot
jbauman@chromium.org
2011-03-14
2
-0
/
+4
*
Fix chrome frame net tests which started crashing on startup after revision 7...
ananta@chromium.org
2011-03-14
1
-0
/
+12
*
Fixes bug in resetting selection during tab dragging that set the
sky@chromium.org
2011-03-14
1
-10
/
+6
*
Convert devtools messages, nacl messages to new message format.
tsepez@chromium.org
2011-03-14
7
-129
/
+178
*
touch: Double tap gesture for the tabstrip.
sadrul@chromium.org
2011-03-14
6
-23
/
+93
*
Revert 78065 - Add some checks to ToolbarView to see what's NULL.
ben@chromium.org
2011-03-14
1
-6
/
+0
*
Connect up --disable-gl-multisampling to command buffer
jbauman@chromium.org
2011-03-14
26
-77
/
+167
*
Change text of header from 'action' to 'behavior' as per
estade@chromium.org
2011-03-14
1
-1
/
+1
*
Add some checks to ToolbarView to see what's NULL.
ben@chromium.org
2011-03-14
1
-0
/
+6
*
Tuned the MouseRelease handler in the Dropdown Button to not un-depress the b...
stevet@google.com
2011-03-14
2
-21
/
+127
*
Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a...
ben@chromium.org
2011-03-14
29
-251
/
+253
*
Revert 78034 - Removing a TODO and cleaning up code.
kristianm@google.com
2011-03-14
6
-9
/
+21
*
Removing 'off the record' references from TabRendererGtk
vipul.bhasin@gmail.com
2011-03-14
4
-11
/
+10
*
Don't fire callbacks on Close(). Caller should take care of this already,
mbelshe@chromium.org
2011-03-14
3
-11
/
+16
*
Write "did run" value to multi-install client state key as well, if it exists.
robertshield@chromium.org
2011-03-14
4
-74
/
+96
[next]