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
*
SHARED_INTERMEDIATE_DIR is a better place for generated headers.
mmoss@chromium.org
2009-03-24
3
-7
/
+5
*
Add a new histogram macro to replace a few explicit calls.
rvargas@google.com
2009-03-24
3
-20
/
+29
*
Readd test that is failing on mac/linux.
ojan@google.com
2009-03-24
1
-0
/
+3
*
* Switch the posix FileStream code over to using WorkerPool for asynchronous ...
willchan@chromium.org
2009-03-24
2
-69
/
+752
*
fix win build
estade@chromium.org
2009-03-24
1
-0
/
+4
*
fix win build
estade@chromium.org
2009-03-24
1
-0
/
+1
*
Implement basic ShowItemInFolder for linux.
estade@chromium.org
2009-03-24
11
-86
/
+163
*
loadable_modules are just like shared libs for code generation.
thomasvl@chromium.org
2009-03-24
1
-1
/
+1
*
Linux: back off build to only require P3
agl@chromium.org
2009-03-24
1
-2
/
+2
*
Switch some more ASCII locale code wstrings to strings.
estade@chromium.org
2009-03-24
9
-260
/
+233
*
Include version information in Linux chrome.
mmoss@chromium.org
2009-03-24
4
-24
/
+55
*
Removed unused parameter.
darin@chromium.org
2009-03-24
1
-3
/
+2
*
Reverting r12383, caused a build breakage on all platforms.
maruel@chromium.org
2009-03-24
11
-100
/
+42
*
Use #pragma pack as documented to work with GCC and MSVC
mark@chromium.org
2009-03-24
1
-2
/
+2
*
Issue 6477: Support modifier clicks on UI elements
idanan@chromium.org
2009-03-24
11
-42
/
+100
*
First stage of implementing HTML select popup menus for
paulg@google.com
2009-03-24
12
-86
/
+381
*
Rebaseline test. This test was failing because we map courier to courier new ...
ojan@google.com
2009-03-24
4
-1
/
+26
*
Make the vsprops inheritance paths less relative.
robertshield@google.com
2009-03-24
1
-2
/
+2
*
Fixed the following layout test:
hclam@chromium.org
2009-03-24
1
-0
/
+8
*
Make the find bar blue. Hooks up the prev/next buttons and the
tc@google.com
2009-03-24
2
-12
/
+106
*
Start using upstreamed worker files and remove the old ones from webkit/port.
dimich@google.com
2009-03-24
8
-653
/
+11
*
New tab page was linking to the wrong URL for the history page. We don't need...
glen@chromium.org
2009-03-24
2
-31
/
+18
*
Net module changes to support caching responses to a POST request.
darin@chromium.org
2009-03-24
5
-48
/
+120
*
Collapse two conditions into a single one.
thomasvl@chromium.org
2009-03-24
1
-2
/
+0
*
Use a correct templatized WriteInto for all string types
mark@chromium.org
2009-03-24
1
-13
/
+5
*
Improve the Linux Omnibox ssl background / scheme coloring.
deanm@chromium.org
2009-03-24
1
-8
/
+16
*
Add a copy of SunSpider 0.9 for performance testing.
patrick@chromium.org
2009-03-24
34
-0
/
+7680
*
Generate header file of Linux version information (currently gyp-only).
mmoss@chromium.org
2009-03-24
3
-0
/
+106
*
Rebaselining cause it started failing with WebKit merge of rev 10232 though w...
mad@chromium.org
2009-03-24
4
-11
/
+11
*
Clicking a text field that is already focused triggers the autofill. However ...
jcampan@chromium.org
2009-03-24
4
-27
/
+54
*
Add a progress meter to the downloads page.
glen@chromium.org
2009-03-24
4
-12
/
+159
*
History import was exercising a codepath that didn't have code to update Hist...
glen@chromium.org
2009-03-24
1
-0
/
+6
*
Fixes crash in new tab page when searching from a field other than the
sky@google.com
2009-03-24
1
-4
/
+6
*
GYP fixes: remove references to deleted files.
agl@chromium.org
2009-03-24
2
-2
/
+0
*
Update tests_fixable now that interval.html is passing.
willchan@chromium.org
2009-03-24
1
-3
/
+0
*
Disable DirectoryWatcherTest.SubDirNonRecursive on Windows versions
phajdan.jr@chromium.org
2009-03-24
2
-3
/
+14
*
Make sure we never pass a nil charcode, AppKit gets very unhappy about that.
pinkerton@chromium.org
2009-03-24
1
-2
/
+3
*
Enable non-recursive watches for Windows DirectoryWatcher.
phajdan.jr@chromium.org
2009-03-24
3
-57
/
+42
*
Porting of unit tests in chrome/
phajdan.jr@chromium.org
2009-03-24
4
-36
/
+29
*
Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...
pfeldman@chromium.org
2009-03-24
23
-164
/
+302
*
Disable incremental linking of chrome.dll in debug. It fails with 32 bits OS.
maruel@chromium.org
2009-03-24
1
-0
/
+1
*
Rebaseline layout test that regressed because of a whitespace change
ager@chromium.org
2009-03-24
3
-4
/
+2
*
BMPImageDecoderTest.* takes many minutes under valgrind, so skip it; see bug ...
dkegel@google.com
2009-03-24
1
-0
/
+2
*
We need to extend the timeouts on Mac and Linux, too,
dkegel@google.com
2009-03-24
1
-5
/
+3
*
Add missing js file to the devtools frontend.
pfeldman@chromium.org
2009-03-24
1
-0
/
+4
*
Get rid of WaitForWindowCountToChange.
phajdan.jr@chromium.org
2009-03-24
4
-49
/
+7
*
Add basic infrastructure for sending async browser API request and receiving ...
aa@chromium.org
2009-03-24
22
-16
/
+440
*
Mark mac tests that regressed from the merge.
tc@google.com
2009-03-24
1
-1
/
+2
*
Make PageLoadTest.Reliability faster and potentially less flaky in usage 1:
patrick@chromium.org
2009-03-24
3
-16
/
+53
*
Remove 4801 from known crash list.
huanr@chromium.org
2009-03-24
1
-6
/
+0
[next]