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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use platform-appropriate newlines in JSON output.
mark@chromium.org
2009-06-26
11
-10
/
+147
*
linux plugins: eliminate GtkWidget* from plugin process
evan@chromium.org
2009-06-26
1
-0
/
+15
*
Gracefully do nothing when run loop sources fire and no delegate is available.
mark@chromium.org
2009-06-26
1
-0
/
+26
*
Added dynamic annotation files into base/.
deanm@chromium.org
2009-06-26
7
-4
/
+468
*
Cache the file descriptor for /dev/urandom to avoid needing to reopen it for ...
deanm@chromium.org
2009-06-26
1
-3
/
+30
*
Implement Linux sys_string_conversions using the system APIs.
deanm@chromium.org
2009-06-26
2
-4
/
+250
*
Revert all of my patches from today.
evan@chromium.org
2009-06-26
1
-13
/
+0
*
mac: retry build fix.
evan@chromium.org
2009-06-26
1
-1
/
+1
*
linux plugins: eliminate GtkWidget* from plugin process
evan@chromium.org
2009-06-26
1
-0
/
+13
*
When falling out of a nested loop, if higher-priority work is done, be sure to
mark@chromium.org
2009-06-25
1
-0
/
+10
*
Allow work that was deferred on account of not being runnable in a nested loop
mark@chromium.org
2009-06-25
3
-133
/
+277
*
On Linux, the path to the exe is used to fork renderer processes.
jcampan@chromium.org
2009-06-25
2
-6
/
+12
*
Fix embarassing purify error due to length mismatch.
cevans@chromium.org
2009-06-25
1
-1
/
+1
*
Fix a couple of integer issues in Pickle deserialization. Neither represent
cevans@chromium.org
2009-06-25
2
-1
/
+32
*
change backing store cache to be memory-based rather than count
erikkay@chromium.org
2009-06-25
1
-0
/
+2
*
Revert Linux sys_string_conversion changes.
deanm@chromium.org
2009-06-25
2
-222
/
+4
*
Only run the UTF-8 assuming sys conversion tests on Linux.
deanm@chromium.org
2009-06-25
1
-0
/
+3
*
Implement Linux sys_string_conversions using the system APIs.
deanm@chromium.org
2009-06-25
2
-4
/
+219
*
Run content scripts in their own isolated world. Hidden behind the --isolate...
abarth@chromium.org
2009-06-25
2
-0
/
+5
*
Replace std:;wstring with std::string and string16 in locale-name related APIs.
jshin@chromium.org
2009-06-24
2
-17
/
+61
*
Move PathComponents from file_util to FilePath, add FilePath::IsParent()
rafaelw@chromium.org
2009-06-24
6
-83
/
+186
*
Reverting 19131.
glen@chromium.org
2009-06-24
2
-68
/
+3
*
Fix a race condition in directory_watcher_inotify.cc: release lock before sig...
phajdan.jr@chromium.org
2009-06-24
1
-16
/
+24
*
Pass through non-character codepoints in UTF-8,16,32 and Wide conversion func...
jshin@chromium.org
2009-06-24
4
-16
/
+56
*
PNGDecoder wasn't multiplying the alpha like PNGEncoder was. This lead to color
glen@chromium.org
2009-06-24
2
-3
/
+68
*
Order posix file listings by type as well as name.
estade@chromium.org
2009-06-24
2
-6
/
+44
*
Ignore SIGPIPE when running tests.
mark@chromium.org
2009-06-23
1
-1
/
+18
*
Disable extensions besides externally installed ones and themes.
aa@chromium.org
2009-06-23
1
-258
/
+258
*
TBR: Fix dead tree.
aa@chromium.org
2009-06-22
1
-258
/
+258
*
Disable extensions besides externally installed ones and themes.
aa@chromium.org
2009-06-22
1
-258
/
+258
*
Add two new test cases to RSAPrivateKey.
aa@chromium.org
2009-06-22
1
-51
/
+313
*
Fix decoding bug in RSAPrivateKey.
aa@chromium.org
2009-06-22
2
-32
/
+52
*
Get correct request to finsh time for histogram
jar@chromium.org
2009-06-20
1
-2
/
+18
*
TBR: Add more logging to try and track down flakey crypto tests.
aa@chromium.org
2009-06-20
1
-0
/
+8
*
Minor no-op change to ASN.1 encoding of private key.
aa@chromium.org
2009-06-19
1
-2
/
+2
*
Don't grant unnecessary handle privileges in OpenProcessHandle.
phajdan.jr@chromium.org
2009-06-19
1
-5
/
+4
*
Fix compile on Jaunty.
thestig@chromium.org
2009-06-18
1
-0
/
+1
*
Linux: Enable metrics_service_uitest.cc. Take 2.
willchan@chromium.org
2009-06-18
1
-0
/
+1
*
Linux: move SyncIPC function from Skia to base.
agl@chromium.org
2009-06-18
2
-0
/
+65
*
linux: NULL-initialize an array.
evan@chromium.org
2009-06-18
1
-32
/
+34
*
Revert r18641: "Linux: Enable metrics_service_uitest.cc."
willchan@chromium.org
2009-06-17
1
-1
/
+0
*
Linux: Enable metrics_service_uitest.cc.
willchan@chromium.org
2009-06-17
1
-0
/
+1
*
Consistently use int64 for integers holding number of milliseconds.
phajdan.jr@chromium.org
2009-06-17
5
-22
/
+21
*
Fix StatsTable::RegisterThread so that it doesn't crash if shared memory
evan@chromium.org
2009-06-16
2
-7
/
+5
*
Linux: GCC 4.4 fix.
agl@chromium.org
2009-06-15
1
-0
/
+3
*
Linux: Add support for chrooted renderers.
agl@chromium.org
2009-06-15
1
-0
/
+5
*
Add tests for the GLib message pump.
deanm@chromium.org
2009-06-15
3
-10
/
+555
*
Refactor the PlatformContext layer to have only one class.
brettw@chromium.org
2009-06-14
2
-5
/
+5
*
Include sys/types.h for ssize_t. This fixes compliation with gcc-4.3.
darin@chromium.org
2009-06-13
2
-1
/
+1
*
Handle file descriptor exhaustions a little more gracefully. This prevents th...
stuartmorgan@chromium.org
2009-06-12
1
-1
/
+8
[next]