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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix linux build, add stub functions to browser window gtk
tc@google.com
2009-02-18
2
-0
/
+11
*
Stub more Mac functions to fix another build break
pkasting@chromium.org
2009-02-18
2
-0
/
+11
*
Solved 2 bugs which caused Chrome to maximize itself whendouble clicking, eit...
idanan@chromium.org
2009-02-18
11
-42
/
+72
*
Preliminary fullscreen mode support.
pkasting@chromium.org
2009-02-18
11
-39
/
+174
*
bump for 165 dev cycle
mal@chromium.org
2009-02-18
1
-1
/
+1
*
Reverting 9944.
yurys@google.com
2009-02-18
22
-928
/
+2
*
Create communication channel between developer tools UI implemented in JS and...
yurys@google.com
2009-02-18
22
-2
/
+928
*
Add IPC messages to send data between inspected page and developer tools.
yurys@google.com
2009-02-18
1
-0
/
+30
*
Translation update.
mal@chromium.org
2009-02-18
98
-321
/
+533
*
Fix mac build. I ran
jam@chromium.org
2009-02-18
1
-0
/
+2
*
Fix release build break
jam@chromium.org
2009-02-18
1
-0
/
+1
*
Take out common functionality from PluginProcessHost and move it to ChildProc...
jam@chromium.org
2009-02-18
14
-256
/
+364
*
Get something in chrome/plugin/ compiling to make Scons happy.
thestig@chromium.org
2009-02-18
2
-2
/
+5
*
Don't pass out pointers that belong to other processes.
tommi@chromium.org
2009-02-18
1
-7
/
+13
*
Display the current URL and connect the entry widget to OpenURLFromTab().
erg@google.com
2009-02-18
3
-8
/
+40
*
Don't use relative path for net/url_request/url_request_test_job.
thestig@chromium.org
2009-02-18
1
-2
/
+2
*
Follow-up rename to my previous commit.
evan@chromium.org
2009-02-18
2
-1
/
+1
*
HtmlDialogs had focus problems.
jcampan@chromium.org
2009-02-18
18
-16
/
+30
*
Add a couple functions missed in r9921 during conflict resolution.
thestig@chromium.org
2009-02-18
1
-0
/
+9
*
Rename MessageWindow to ProcessSingleton in anticipation of more refactoring.
evan@chromium.org
2009-02-18
6
-40
/
+43
*
step 1 on getting strings in linux: create a locale_settings.grd
tc@google.com
2009-02-18
3
-3
/
+285
*
Add more scaffolding to make shared linking work.
thestig@chromium.org
2009-02-18
2
-5
/
+63
*
Nukes PrefServiceUITest file deletion code in favor of DieFileDie,
sky@google.com
2009-02-18
1
-10
/
+1
*
Make gears_integration.cc compile on Posix. Change the GearsCreateShortcut c...
jhawkins@chromium.org
2009-02-17
9
-22
/
+32
*
Check the file handle for NULL before using it to write. Under some
brettw@chromium.org
2009-02-17
1
-20
/
+15
*
Fix crasher in GetDefaultSearchEngineName() in first run bubble.
cpu@google.com
2009-02-17
3
-12
/
+17
*
Fix a memory leak of the renderer thread objects in single process mode.
brettw@chromium.org
2009-02-17
1
-3
/
+8
*
Add importer/firefox_profile_lock_posix.cc to the build.
thestig@chromium.org
2009-02-17
1
-0
/
+1
*
Persist info about subresources on pages for DNS pre-resolution
jar@chromium.org
2009-02-17
12
-15
/
+398
*
Hook up theme images and chrome resource data on linux.
tc@google.com
2009-02-17
4
-78
/
+87
*
Update copyright dates to reflect the fact that it's 2009.
jhaas@chromium.org
2009-02-17
2
-2
/
+2
*
Do two TODOs related to --load-extension:
aa@chromium.org
2009-02-17
16
-22
/
+46
*
Remove TabContentsDelegate from scaffolding. Remove a large chunk of ifdef'd ...
pinkerton@chromium.org
2009-02-17
5
-113
/
+27
*
Changes new tab page to not make a link for recently closed
sky@google.com
2009-02-17
1
-3
/
+4
*
Create chrome_resources.scons, chrome_strings.scons and theme_dll.scons
tc@google.com
2009-02-17
7
-222
/
+89
*
Significantly rework coordinate handling for the Cocoa views. Fixes tons of r...
avi@chromium.org
2009-02-17
9
-55
/
+81
*
Keyboard focus mostly works on Linux.
evan@chromium.org
2009-02-17
3
-7
/
+28
*
Default to using the current tab when opening a url until we hook up more adv...
pinkerton@chromium.org
2009-02-17
1
-1
/
+1
*
Change the encoding for tapuz.co.il to UTF-8 from windows-1255 and update the...
jungshik@google.com
2009-02-17
1
-2
/
+2
*
Registering the AutoFill manager because someone added it to the build withou...
avi@chromium.org
2009-02-17
1
-2
/
+2
*
Make the toolbar background themed on Linux.
evan@chromium.org
2009-02-17
7
-12
/
+261
*
mac renderer sandbox cleanup:
thomasvl@chromium.org
2009-02-17
3
-10
/
+47
*
Store the process type in the mac sandbox wrapper so we can can check it during
thomasvl@chromium.org
2009-02-17
2
-2
/
+12
*
Create a menu wrapper class for GTK menus, and use it for the page and app me...
erg@google.com
2009-02-17
7
-31
/
+470
*
Unstub some more of the Browser object, including the part that sets it as th...
pinkerton@chromium.org
2009-02-17
5
-5
/
+50
*
put browser_main_gtk.cc next to other browser_main* cc files.
tc@google.com
2009-02-17
2
-1
/
+1
*
Stub a function for Mac to get it to compile with my recent change.
pkasting@chromium.org
2009-02-17
2
-0
/
+5
*
Add stub for GTK to get it to build with my recent change.
pkasting@chromium.org
2009-02-17
2
-0
/
+5
*
When internal functions try to focus the location bar, check whether it's foc...
pkasting@chromium.org
2009-02-17
6
-5
/
+26
*
Bump for 164 dev cycle
mal@chromium.org
2009-02-17
1
-1
/
+1
[next]