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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small porting in chrome/
phajdan.jr@chromium.org
2009-01-26
2
-5
/
+3
*
Two things:
ben@chromium.org
2009-01-24
1
-0
/
+12
*
revert r8603
rvargas@google.com
2009-01-24
3
-11
/
+9
*
Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...
rvargas@google.com
2009-01-24
3
-9
/
+11
*
===================================================
xji@chromium.org
2009-01-23
1
-0
/
+1
*
I'm relanding the UserDataManager leak fix. I didn't realize we had
sky@google.com
2009-01-23
2
-2
/
+3
*
Don't expose the go and star button views directly through the BrowserWindow ...
ben@chromium.org
2009-01-23
1
-11
/
+0
*
Revert r8560 due to broken interactive_ui_tests
mark@chromium.org
2009-01-23
3
-40
/
+47
*
Fix a bug when saving web pages that have a period in their title.
paulg@google.com
2009-01-23
2
-4
/
+14
*
Add a PNGEncoder helper function that takes an SkBitmap,
nick@chromium.org
2009-01-23
1
-7
/
+2
*
Porting in chrome/
phajdan.jr@chromium.org
2009-01-23
3
-47
/
+40
*
Fix strings in url_fixer_upper.
estade@chromium.org
2009-01-23
3
-10
/
+24
*
More scaffolding for back/forward/reload/home, start of WebContents
pinkerton@google.com
2009-01-22
2
-9
/
+103
*
Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").
deanm@chromium.org
2009-01-22
2
-12
/
+12
*
POSIX: Porting renderer/render_view.cc, low hanging fruit
agl@chromium.org
2009-01-22
1
-3
/
+14
*
Fix a timing issue that caused gears to fail to load sometimes.
mpcomplete@google.com
2009-01-21
3
-5
/
+5
*
add basic command handling for browser window and for where there are no wind...
pinkerton@google.com
2009-01-21
2
-12
/
+5
*
Get browser window showing using a Browser object and accompanying scaffoldin...
pinkerton@google.com
2009-01-21
2
-7
/
+145
*
Refactor automation wrappers. Move the methods from AutomationProxy to the ap...
stoyan@chromium.org
2009-01-21
1
-2
/
+1
*
Fix some problems with scaled icons. This allows the TabIconView to automati...
pkasting@chromium.org
2009-01-21
1
-5
/
+4
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
16
-51
/
+47
*
POSIX: Get IPCSyncChannel unittests working
agl@chromium.org
2009-01-20
5
-88
/
+70
*
POSIX: IPC channel changes needed to get IPC Sync Channel unittests running.
agl@chromium.org
2009-01-20
1
-13
/
+99
*
Revert "revert r8217 until memory tests are fixed." This re-applies r8217.
tc@google.com
2009-01-20
1
-0
/
+5
*
Factor out the message sink from MockRenderThread to a separate class. I will be
brettw@chromium.org
2009-01-17
2
-0
/
+127
*
Generate all chrome .vcproj files:
sgk@google.com
2009-01-17
2
-76
/
+295
*
revert r8217 until memory tests are fixed.
ben@chromium.org
2009-01-17
1
-5
/
+0
*
Improve scrolling performance when there are many windowed plugins in a page.
jam@chromium.org
2009-01-16
1
-3
/
+10
*
Changes to make it possible to statically link Gears. This is disabled by an
mpcomplete@google.com
2009-01-16
1
-0
/
+14
*
Move url_* to net subdir
ben@chromium.org
2009-01-16
1
-1
/
+1
*
window.cc should not include browser_list.h ... dependent (non-browser) windo...
ben@chromium.org
2009-01-16
1
-0
/
+5
*
This change list fix issues 6093 [settings] bad directionality for gears button
xji@chromium.org
2009-01-16
2
-1
/
+6
*
Fixing a crash when plugin messages are sent to dialogs.
zork@google.com
2009-01-16
2
-0
/
+6
*
mac bootstrapping of browser main and app startup bits
pinkerton@google.com
2009-01-16
3
-2
/
+405
*
This change list fix issue 3233: RTL: Wrong URL showing on Javascript pop up ...
xji@chromium.org
2009-01-16
1
-0
/
+6
*
WaitableEvent is the replacement for Windows events. Previously in the code, ...
agl@chromium.org
2009-01-15
9
-91
/
+108
*
Adds main_function_params.h to common.vcproj.
sky@google.com
2009-01-15
1
-0
/
+4
*
Porting in chrome/common/
phajdan.jr@chromium.org
2009-01-14
6
-93
/
+186
*
Updating so that Gears can spawn file selectors when running in the renderer ...
zork@google.com
2009-01-13
2
-4
/
+25
*
Call logging::InitLogging. The lack of this was causing some hangs (and poss...
erikkay@google.com
2009-01-13
1
-35
/
+4
*
Remove HttpTransactionWinHttp and the --winhttp command-line
wtc@google.com
2009-01-13
2
-6
/
+1
*
Make resource_bundle compile on Linux.
evan@chromium.org
2009-01-13
5
-2
/
+17
*
Pass the test case name to the browser process in order to
paulg@google.com
2009-01-13
2
-0
/
+5
*
NO CODE CHANGE. Whitespace change just to force a compilation.
maruel@chromium.org
2009-01-13
1
-1
/
+0
*
Refactor resource_bundle into a _win file.
evan@chromium.org
2009-01-13
5
-223
/
+253
*
Fix layout test failures. Looks like keying the plugins based on OriginalFil...
jam@chromium.org
2009-01-13
1
-3
/
+0
*
Get rid of lowercasing plugin filenames in order to determine if two paths po...
jam@chromium.org
2009-01-12
2
-14
/
+10
*
Add more tests to unit_tests on Linux, and some platform cleanups.
phajdan.jr@chromium.org
2009-01-12
2
-3
/
+10
*
Fixing build break after I moved the meat of ScopedCOMInitializer into the .c...
tommi@chromium.org
2009-01-11
2
-11
/
+7
*
Adding minimal error checking to ScopedCOMInitializer.
tommi@chromium.org
2009-01-11
2
-6
/
+19
[next]