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
/
instant
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused focus/blur API from searchbox (Instant).
sreeram@chromium.org
2012-11-16
4
-62
/
+5
*
InstantExtended: Fix jank on custom NTP content.
jered@chromium.org
2012-11-15
4
-20
/
+71
*
Implement the Instant.TimeToFirstSuggestion histogram. The histograms.xml def...
melevin@chromium.org
2012-11-15
2
-0
/
+21
*
Send match type for Instant extended mode.
sreeram@chromium.org
2012-11-14
1
-3
/
+3
*
Remove Instant histograms.
sreeram@chromium.org
2012-11-13
1
-30
/
+2
*
Cleanup the way Instant handles duplicate queries.
sreeram@chromium.org
2012-11-12
2
-32
/
+11
*
InstantExtended: Show custom new tab page content.
jered@chromium.org
2012-11-08
3
-3
/
+28
*
Ensure URL suggestions are valid.
sreeram@chromium.org
2012-11-07
1
-4
/
+8
*
Prevent Omnibox gray text from flickering
melevin@chromium.org
2012-11-06
2
-10
/
+49
*
InstantExtended: Pass through reason from show().
jered@chromium.org
2012-11-02
7
-97
/
+106
*
Disable two instant tests:
phajdan.jr@chromium.org
2012-11-02
1
-2
/
+4
*
Initial implementation of dedupping search provider's URLs.
bartn@chromium.org
2012-10-30
1
-1
/
+2
*
Possible fix for crash in InstantUnloadHandler::Destroy.
sreeram@chromium.org
2012-10-29
1
-4
/
+2
*
Add non-member non-mutating methods for common gfx::Rect operations.
danakj@chromium.org
2012-10-29
1
-2
/
+1
*
Fix spurious visibility events when committing Instant.
sreeram@chromium.org
2012-10-26
2
-68
/
+172
*
Fix flicker of bookmark bar when committing in Instant extended mode.
sreeram@chromium.org
2012-10-26
1
-0
/
+3
*
Remove unused / unnecessary stuff from Instant.
sreeram@chromium.org
2012-10-25
11
-255
/
+97
*
Make gfx::Rect class operations consistently mutate the class they are called...
danakj@chromium.org
2012-10-23
1
-1
/
+2
*
Remove useless call to SetFavicons in instant_controller
pkotwicz@chromium.org
2012-10-22
1
-10
/
+0
*
Instant Extended flags cleanup and change in default values
dhollowa@chromium.org
2012-10-22
1
-6
/
+4
*
InstantExtended: Add new show() Searchbox API.
jered@chromium.org
2012-10-20
4
-18
/
+24
*
Instant{Extended}: Preserve URL suggestions.
jered@chromium.org
2012-10-18
3
-24
/
+59
*
Refactor Instant to separate out preview control
dhollowa@chromium.org
2012-10-18
9
-68
/
+307
*
Set grey text in the omnibox irrespective of the verbatim state.
shishir@chromium.org
2012-10-16
1
-1
/
+4
*
Revert "Pass shadow-dom permissions to renderer"
dhollowa@chromium.org
2012-10-15
3
-13
/
+3
*
Fix flicker of URL when committing instant.
samarth@chromium.org
2012-10-12
1
-0
/
+26
*
Handle mouse down on the Instant preview.
sreeram@chromium.org
2012-10-12
1
-0
/
+5
*
Switch NOTIFICATION_INSTANT_COMMITTED to source a WebContents.
avi@chromium.org
2012-10-11
1
-1
/
+1
*
Pass shadow-dom permissions to renderer
dhollowa@chromium.org
2012-10-11
3
-3
/
+13
*
InstantExtended: Don't propagate hash state.
jered@chromium.org
2012-10-10
2
-27
/
+0
*
Allow Instant to show a doodle.
jered@chromium.org
2012-10-09
1
-4
/
+5
*
Implement context and oncontextchange for the SearchBox API
samarth@chromium.org
2012-10-09
4
-2
/
+27
*
Split ThumbnailGenerator in two.
avi@chromium.org
2012-10-08
1
-5
/
+9
*
Remove the InstantDummyTrial from the client.
stevet@chromium.org
2012-10-04
2
-69
/
+0
*
Switch ConstrainedWindowTabHelper to use WebContentsUserData.
avi@chromium.org
2012-10-03
1
-2
/
+2
*
Minor cleanup in Instant.
sreeram@chromium.org
2012-10-01
5
-39
/
+37
*
Switch HistoryTabHelper to use WebContentsUserData.
avi@chromium.org
2012-09-28
1
-2
/
+4
*
Fixes minor nits in Instant.
sreeram@chromium.org
2012-09-28
6
-62
/
+30
*
Switch TabSpecificContentSettings to use WebContentsUserData.
avi@chromium.org
2012-09-28
1
-2
/
+4
*
Plumb through onfocus and onblur searchbox events.
jered@chromium.org
2012-09-28
5
-1
/
+60
*
Call group in instalt dummy trials to ensure default group is selected.
stevet@chromium.org
2012-09-26
1
-0
/
+5
*
Check IsOutOfDate before showing Instant in SetInstantPreviewHeight.
samarth@chromium.org
2012-09-26
1
-1
/
+4
*
Revert 158513 - Maybe fix InstantTest.NewWindowDismissesInstant on Mac.
sreeram@chromium.org
2012-09-26
1
-1
/
+0
*
Fix case handling in Instant suggestions.
sreeram@chromium.org
2012-09-26
2
-8
/
+64
*
Remove two functions on WebContentsDelegate which didn't belong in content. T...
jam@chromium.org
2012-09-26
2
-11
/
+41
*
Tweak usage of --instant-url.
sreeram@chromium.org
2012-09-25
1
-1
/
+1
*
Change visibility semantics for Instant.
sreeram@chromium.org
2012-09-25
2
-13
/
+8
*
Maybe fix InstantTest.NewWindowDismissesInstant on Mac.
sreeram@chromium.org
2012-09-25
1
-0
/
+1
*
Rework arguments of HistoryService::AddPage()
akalin@chromium.org
2012-09-21
3
-14
/
+13
*
Switch BlockedContentTabHelper to use WebContentsUserData.
avi@chromium.org
2012-09-21
1
-2
/
+4
[next]