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
*
Back out r10487 too
mark@chromium.org
2009-02-26
13
-43
/
+37
*
Attempting backout of r10495 due to ui_tests:
mark@chromium.org
2009-02-26
1
-1
/
+0
*
This CL addresses several issues with focus in application mode:
jcampan@chromium.org
2009-02-26
3
-2
/
+6
*
Add missing file extension from r10491.
jhawkins@chromium.org
2009-02-26
1
-1
/
+1
*
Makes it so windows opened from links in Windows Live Messenger cause the win...
ben@chromium.org
2009-02-26
2
-4
/
+9
*
Remove an unused variable that came from r10497 which breaks compile on Linux.
jhawkins@chromium.org
2009-02-26
1
-1
/
+0
*
Revert change made in http://codereview.chromium.org/10925.
mad@chromium.org
2009-02-26
1
-9
/
+4
*
Fix incorrect map usage in the WebPluginImpl::didReceiveData function, which ...
ananta@chromium.org
2009-02-26
1
-3
/
+5
*
Bugify another NOTIMPLMENTED.
evan@chromium.org
2009-02-26
1
-1
/
+1
*
Hook up inspector highlighting again. This time we use
ojan@google.com
2009-02-26
7
-32
/
+11
*
Fix unit tests.
brettw@chromium.org
2009-02-26
1
-0
/
+1
*
Fix grit include dependencies in the scons build.
tc@google.com
2009-02-26
3
-19
/
+55
*
ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and
darin@chromium.org
2009-02-26
2
-8
/
+29
*
Add a missing header from r10487.
jhawkins@chromium.org
2009-02-26
1
-0
/
+1
*
Update tests_fixable.txt to match current buildbot results for Linux and Win....
jhawkins@chromium.org
2009-02-26
1
-5
/
+5
*
Fix 8063: Find-in-page remains open on History/Downloads page.
finnur@google.com
2009-02-26
3
-6
/
+48
*
Fixing crash in StartFinding (2nd attempt).
finnur@google.com
2009-02-26
1
-4
/
+6
*
Relanding the following:
jcampan@chromium.org
2009-02-26
3
-6
/
+10
*
More URL constants replacement.
brettw@chromium.org
2009-02-26
18
-44
/
+62
*
Remove view_source_contents.cc from the porting list as this file was removed...
jhawkins@chromium.org
2009-02-26
1
-1
/
+0
*
Prevent the display of the resize corner bitmap on top of the download shelf ...
mad@chromium.org
2009-02-26
1
-5
/
+14
*
Linux: fix XRENDER support for NX
agl@chromium.org
2009-02-26
1
-2
/
+7
*
Remove the base64 stop sign graphic and use CSS instead. (R=agl)
evan@chromium.org
2009-02-26
1
-13
/
+18
*
Fix a memory leak in extension install.
erikkay@google.com
2009-02-26
1
-1
/
+11
*
remove chrome_kjs.sln and related files
tc@google.com
2009-02-26
4
-3346
/
+0
*
Remove unnecessary include. Also add copyright to the new files.
tc@google.com
2009-02-26
3
-3
/
+8
*
properly initialize resource manager on mac for unittests.
thomasvl@chromium.org
2009-02-26
2
-12
/
+30
*
Handle repack.py and .pak files in the GYP-based build.
mark@chromium.org
2009-02-26
2
-3
/
+74
*
Adds ability for tree model to reorder its children. I'm going to use
sky@google.com
2009-02-26
3
-15
/
+68
*
Do not map virtual keycodes (VK_0 - VK_9) to characters when accelerators in ...
jungshik@google.com
2009-02-26
1
-2
/
+11
*
Disabling ThirtyFourTabs test.
kuchhal@chromium.org
2009-02-26
1
-2
/
+2
*
Make render_view_context_menu.cc compile on Posix.
jhawkins@chromium.org
2009-02-26
6
-10
/
+45
*
Add the IDC_GO mapping for the go button widget.
deanm@chromium.org
2009-02-26
1
-0
/
+5
*
Leverage the awesome power of export_dependent_settings
mark@chromium.org
2009-02-26
1
-8
/
+9
*
Remove zombie hunting on startup.
deanm@chromium.org
2009-02-26
1
-2
/
+0
*
We have localization (w00t!). Using it.
avi@chromium.org
2009-02-26
1
-3
/
+8
*
Reverting key change (again); this breaks every keyboard layout test there is...
avi@chromium.org
2009-02-26
20
-339
/
+306
*
Bring the GYP-based build up to the current state of the trunk.
mark@chromium.org
2009-02-26
2
-1
/
+8
*
Try a new approach to fixing IAT unpatch crashes when the DLL is gone.
deanm@chromium.org
2009-02-26
6
-76
/
+99
*
Move relocated .idl files to live with the rest of the .idl files.
mark@chromium.org
2009-02-26
1
-3
/
+3
*
Mismerge due to a revert; fixing.
avi@chromium.org
2009-02-26
1
-6
/
+0
*
Fixing WebKeyboardEvent. For reals this time.
avi@chromium.org
2009-02-26
20
-306
/
+345
*
Update mac tests based on the build bots.
thomasvl@chromium.org
2009-02-26
1
-17
/
+17
*
fix up one include to be an import
thomasvl@chromium.org
2009-02-26
1
-1
/
+1
*
net links v8, but didn't have a dep on it, so clean builds failed.
thomasvl@chromium.org
2009-02-26
1
-0
/
+26
*
Wire up resource bundles on the mac:
thomasvl@chromium.org
2009-02-26
9
-66
/
+232
*
DevToolsAgent provides IPC access to the inspected page from developer tools.
yurys@google.com
2009-02-26
11
-0
/
+465
*
Reverting 10456.
hbono@chromium.org
2009-02-26
6
-108
/
+8
*
Sandbox warmup - localtime().
jeremy@chromium.org
2009-02-26
1
-0
/
+4
*
Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85
hbono@chromium.org
2009-02-26
6
-8
/
+108
[next]