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
/
browser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attempt at fixing crash. I believe this is happening during session
sky@google.com
2008-09-05
6
-2
/
+44
*
Same CL as 448. Had to redo it.
cpu@google.com
2008-09-05
1
-19
/
+34
*
Cache empty responses from the SafeBrowsing servers for GetHash
paulg@google.com
2008-09-05
6
-11
/
+67
*
New Frames.
beng@google.com
2008-09-05
1
-1
/
+2
*
My new test is failing on the bots. Disabling while I investigate.
finnur@google.com
2008-09-04
1
-1
/
+1
*
Fix the issue where a sub chunk coming in before an add chunk, both containg ...
jam@chromium.org
2008-09-04
3
-3
/
+42
*
Fixing issue 1343052: a regression where the Find box moves up when you open ...
finnur@google.com
2008-09-04
3
-3
/
+4
*
Invoke a flag setting for 'dictionary download over' in the IO loop through a...
sidchat@google.com
2008-09-04
1
-33
/
+33
*
HMAC-SHA1 implementation for Mac based on CommonCrypto;
mmentovai@google.com
2008-09-04
1
-3
/
+3
*
Clean up brettw's checkin of r1032.
wtc@google.com
2008-09-04
3
-11
/
+1
*
Fix the polymorphic WindowResources class and FramePartBitmap enum.
maruel@google.com
2008-09-04
6
-59
/
+80
*
Fixes crash in BookmarkBarView. If the HistoryService fails to load it
sky@google.com
2008-09-04
4
-57
/
+27
*
Fixes crash in history view. The crash occurs with the following
sky@google.com
2008-09-04
2
-0
/
+20
*
Fix the include order in aero_glass_frame.cc. This was causing issues with WP...
maruel@google.com
2008-09-04
1
-2
/
+2
*
Localize the 11th hour popup window hack. Right before release, we made a cha...
erg@google.com
2008-09-04
1
-10
/
+5
*
Make sure the new frames' BrowserView2::TabSelectedAt calls TabContents::DidB...
beng@google.com
2008-09-03
1
-1
/
+5
*
Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...
darin@google.com
2008-09-03
24
-307
/
+114
*
Changed the allowed include path from v8/public to v8/include in the
sgjesse@google.com
2008-09-03
1
-1
/
+1
*
Change the path of the V8 API headers from public to include
sgjesse@google.com
2008-09-03
4
-4
/
+4
*
c_str was getting called on the return value of a function. The return value...
petersont@google.com
2008-09-03
1
-1
/
+3
*
Fixes crash in making Chrome the default browser from the options
sky@google.com
2008-09-03
1
-2
/
+4
*
Moves the bookmark bar view test into the interactive tests. To get
sky@google.com
2008-09-02
3
-10
/
+7
*
Take out uneeded comment (and test public Rietveld instance!).
jam@chromium.org
2008-09-02
1
-1
/
+0
*
Add a LinkerInitialized constructor to AtomicSequenceNumber.
deanm@google.com
2008-09-02
1
-1
/
+1
*
Add sourceid=chrome to Google's entry on trunk.
mal@google.com
2008-09-02
1
-6
/
+3
*
Update Copyright text in SCons config files.
sgk@google.com
2008-09-01
3
-84
/
+12
*
Disable the "Complex" Script because it fails.
nsylvain@google.com
2008-08-31
1
-1
/
+2
*
Change SafeBrowsing client name for Chromium.BUG=1296800
rahulk@google.com
2008-08-31
2
-4
/
+11
*
Some more changes so that Chromium and Google Chrome do not clash with each o...
rahulk@google.com
2008-08-31
1
-3
/
+4
*
Move SQLite from src/chrome/third_party to src/third_party
aa@google.com
2008-08-30
1
-1
/
+1
*
On line 138 of protocol_manager.cc we were converting a std::string
ifette@google.com
2008-08-29
1
-1
/
+1
*
Implement the 11th hour Google Chrome Beta behaviour for constrained
erg@google.com
2008-08-29
1
-46
/
+36
*
Adds a logging level command line switch
cpu@google.com
2008-08-29
2
-0
/
+2
*
Modifies the query parser to provide the position of the match in the
sky@google.com
2008-08-29
8
-43
/
+144
*
Makes the HistoryContentsProvider query bookmark titles. I nuked a
sky@google.com
2008-08-29
3
-63
/
+127
*
Fixes bug where it was possible for tab to get the wrong title. Came
sky@google.com
2008-08-29
2
-9
/
+47
*
Fix disabled debugger project in JSC.
pamg@google.com
2008-08-29
1
-0
/
+1
*
Made changes to the JavaScript debugger in preparing for an upcoming
sgjesse@google.com
2008-08-29
8
-68
/
+142
*
Remove navigation_performance_viewer.{cc,h} from the SCons build,
sgk@google.com
2008-08-29
3
-112
/
+1
*
Fixes crash in ClearBrowsingDataView that can only occur during the
sky@google.com
2008-08-28
2
-6
/
+19
*
We should not EXPECT to get a browser object or a window object, we should AS...
finnur@google.com
2008-08-28
3
-13
/
+18
*
Forgotten unit test chanes.
brettw@google.com
2008-08-28
4
-9
/
+17
*
Make a step on refactoring navigation. The eventual plan is to have the Navig...
brettw@google.com
2008-08-28
11
-255
/
+296
*
Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.
darin@google.com
2008-08-28
10
-29
/
+41
*
Attempt at fixing crash in TaskManager. I'm skeptical this is it, but
sky@google.com
2008-08-28
1
-2
/
+2
*
Fix for the redness in the interactive test. We were using GetActiveWindow to...
finnur@google.com
2008-08-28
1
-6
/
+5
*
The GetWindowRect must return the rect of the container HWND; not the actual ...
erg@google.com
2008-08-28
2
-6
/
+10
*
Split the AutocompletePopup into model and view classes, step 1.
pkasting@google.com
2008-08-28
5
-821
/
+791
*
No code change, just changing a comment (a nit from my previous review). This...
finnur@google.com
2008-08-28
1
-3
/
+3
*
Adding a test to catch regressions where the Find box moves when you open and...
finnur@google.com
2008-08-28
7
-65
/
+184
[next]