Sign in
chromium
/
chromium
/
src
/
0a726d2d29d10b3205c26c7ed3d53b5652a06dff
/
ios
/
chrome
/
browser
/
ui
/
browser_view_controller.mm
0a726d2
[ios] Refactor HistoryPopupBox for use with ios clean.
by sczs
· 8 years ago
1c96f80
[ios] Remove various settings IDC commands.
by Gregory Chatzinoff
· 8 years ago
2134c04
[ios] Refactor IDC_RATE_THIS_APP to use dispatcher
by edchin
· 8 years ago
9badb06
[ios] Move commands from shared/ to chrome/
by edchin
· 8 years ago
cda0a99
[ios] Wraps the QR scanner in a basic coordinator.
by Rohit Rao
· 8 years ago
c572072
[ios] Remove IDC_VIEW_SOURCE
by edchin
· 8 years ago
01e0e00
[ios] Wraps ActivityServices in a basic coordinator.
by Rohit Rao
· 8 years ago
8679e85
Only allow navigations to chrome://bookmarks on iPad.
by Justin Cohen
· 8 years ago
9175bd5
[ios] Implement New Incognito Tab in-product help promotion
by Helen Yang
· 8 years ago
e963d670
[iOS] Present In-Product Help Bubbles on Warm Start
by Cooper Knaak
· 8 years ago
56efc32
Fixed -[BVC nativeControllerForTab:] to work correctly in ARC runtime.
by Eugene But
· 8 years ago
120cee5e
[iOS] Present New Tab Tip Correctly on iPad
by Cooper Knaak
· 8 years ago
d0a974cd
[iOS] Add UMA for Opening Tab Switcher While Engaged
by Cooper Knaak
· 8 years ago
4aa6efc
Convert IOSImageDataFetcherWrapper to TaskScheduler.
by Sylvain Defresne
· 8 years ago
44f20430
[ios] Creates PrerenderService.
by Rohit Rao
· 8 years ago
af46af9
[ios] Removes the |infoBarManager| property from Tab.
by Rohit Rao
· 8 years ago
dd860eba
[ios] Boxes HistoryPopup inside TabHistoryCoordinator.
by sczs
· 8 years ago
33f9f40
[iOS] Implement New Tab Tip In-Product Help Promotion
by Cooper Knaak
· 8 years ago
edef955
Rebased.
by Jean-François Geyelin
· 8 years ago
3d47c21
[iOS] Completely remove IDC_VOICE_SEARCH command.
by Jean-François Geyelin
· 8 years ago
5184a31
[ios] Removes IDC_SHOW_HISTORY command.
by sczs
· 8 years ago
3a8c860
[ios] Removes Reading List and Reading mode IDC commands.
by sczs
· 8 years ago
b7e590ac
ios: Fix common misspellings
by Julien Brianceau
· 8 years ago
897b28a
Added WebState::ExecuteUserJavaScript public ios/web API.
by Eugene But
· 8 years ago
30be04c
[ios] Removes IDC History Navigation commands.
by sczs
· 8 years ago
bbad163
[ios] Moves tools_menu files from shared to chrome.
by sczs
· 8 years ago
5d2e184c
[iOS] Remove IDC_VOICE_SEARCH command.
by Jean-François Geyelin
· 8 years ago
e4f495cf
[iOS] Add New Feature Badge to Reading List Tools Menu Item
by Cooper Knaak
· 8 years ago
709777e
[iOS] Remove IDC_SHOW_QR_SCANNER
by Jean-François Geyelin
· 8 years ago
c1d6dea1
Rename feature_engagement_tracker component to feature_engagement
by Tommy Nyquist
· 8 years ago
9ae6b4f4a
[iOS] Add New Tab and Incognito Tab FeatureEngagementTracker Calls
by Cooper Knaak
· 8 years ago
0f801b8
Remove first run check for overscroll actions on static files.
by Olivier Robin
· 8 years ago
223326c
Retain types used by UMA_HISTOGRAM_ENUMERATION
by Wei-Yin Chen (陳威尹)
· 8 years ago
fa25b05
[ios] Remove IDC_ADD_READING_LIST
by Mark Cogan
· 8 years ago
12389500
[ios] Remove IDC_PRINT
by Mark Cogan
· 8 years ago
d508a563
Execute commands on NTP in a completion handler.
by Olivier Robin
· 8 years ago
83da264b1
[ios] Remove IDC_SHOW_ACCOUNTS_SETTINGS
by Mark Cogan
· 8 years ago
dfcdea7
[ios] Remove use of IDC_NEW_(INCOGNITO_)TAB
by Mark Cogan
· 8 years ago
271bc85
[ios] Remove Contextual Search code from the BVC.
by Mark Cogan
· 8 years ago
059ce7c
[ios] Remove unused and unneeded BVC methods.
by Mark Cogan
· 8 years ago
3a4d585
[ios] Remove seven unused IDC command-ids.
by Mark Cogan
· 8 years ago
e01ebce
[ios] Use a NewTabCommand for creating new tabs.
by Mark Cogan
· 8 years ago
fd3ecf2
Remove use of FILE thread in BrowserViewController.
by Sylvain Defresne
· 8 years ago
7d09ec3
[Payment Request] Enables multiple instances of PaymentRequest to coexist.
by Mohamad Ahmadi
· 8 years ago
5e3da15
[ios] Remove IDC_OPTIONS
by Mark Cogan
· 8 years ago
6acee7f
[ios] Remove IDC_SHOW_TOOLS_MENU
by Mark Cogan
· 8 years ago
c8ad193
[ios] Remove final usage of IDC_RELOAD
by Mark Cogan
· 8 years ago
8e79102
[ios] Remove IDC_BOOKMARK_PAGE and IDC_SHARE_PAGE
by Mark Cogan
· 8 years ago
b9aac643
[ios] Remove IDC_STOP and IDC_RELOAD
by Mark Cogan
· 8 years ago
6ebbde0
[ios] Remove IDC_BACK and IDC_FORWARD (reland)
by Mark Cogan
· 8 years ago
9b4c11d
[Payments] Add an entry for Payment Request to chrome://flags on iOS
by mathp
· 8 years ago
6cc791c
Revert "[ios] Remove IDC_BACK and IDC_FORWARD"
by Yuke Liao
· 8 years ago
1808bc0
[ios] Remove IDC_BACK and IDC_FORWARD
by Mark Cogan
· 8 years ago
6c58ea9
[ios] Remove IDC_CLOSE_TAB
by Mark Cogan
· 8 years ago
79b688f
Rename Most Visited to Home
by gambard
· 8 years ago
bbf85c4
No internet connection error when saving image
by gambard
· 8 years ago
09bcfdc
Remove ContentSuggestions from toolmenu
by gambard
· 8 years ago
09c04f8
Add controller for the Logo Header in ContentSuggestions
by gambard
· 8 years ago
489d283
Removed XCallbackParameters and related code.
by pkl
· 8 years ago
9f1b6e0
Fix tab presentation metrics
by peterlaurens
· 8 years ago
2596c51
Removed IsNativeAppLauncherEnabled() experiment
by pkl
· 8 years ago
098a1ea
Replace a DCHECK in BVC with an early return.
by stkhapugin
· 8 years ago
eeb5293b
[ios] Modifies PreloadController to ask its delegate about native controllers.
by rohitrao
· 8 years ago
41170aa
[ios] Ensure proper shutdown of Chrome on iOS.
by Sylvain Defresne
· 8 years ago
7978ea6f
Revert "[ios] Ensure proper shutdown of Chrome on iOS."
by justincohen
· 8 years ago
496fdd7
Cancel dialogs for Tabs when they are removed from their TabModels.
by kkhorimoto
· 8 years ago
1c7e3e09
[ios] Ensure proper shutdown of Chrome on iOS.
by Sylvain Defresne
· 8 years ago
8b66a40
Correctly checks if connection is secure and elides longer hostnames.
by Randall Raymond
· 8 years ago
90ac0d3
Perf metric tracking the wallclock time it takes to show a new tab page.
by peterlaurens
· 8 years ago
a84d5a0
Call reload when user initiate reload using the omnibox
by mrefaat
· 8 years ago
705611d
Reland the UI of Request Mobile Site and add feature flag.
by Yuke Liao
· 8 years ago
b110b26
Remove usage of Tab's |url| property from BrowserViewController.
by kkhorimoto
· 8 years ago
3678003
Revert the UI of Request Mobile Site.
by Yuke Liao
· 8 years ago
44615d0
Create chrome link for sad tab invocation
by peterlaurens
· 8 years ago
b04bf69
Adding tools menu responsiveness metric.
by peterlaurens
· 8 years ago
352029b
Convert chrome://terms from NativeContent to WebUI.
by michaeldo
· 8 years ago
79909fb
Ensure InfoBarManager is moved when preload tab is set as current tab.
by michaeldo
· 8 years ago
069cf2c
Use default policy for blocked popup when there are no committed items.
by kkhorimoto
· 8 years ago
25b548f
Remove old webui History page on desktop and mobile
by dbeam
· 8 years ago
75011c3
Add CommandDispatcher to BrowserViewController.
by justincohen
· 8 years ago
c8f7b85
[ios] Reduce access to private //ios/web API.
by sdefresne
· 8 years ago
1acec704
[Payment Request] Moves payment request ui sources to ios/chrome/browser/ui
by mahmadi
· 8 years ago
8aa7a4e
Remove non-const version of GetDefaultSearchProvider() and make all callers call the const version
by jeffschiller
· 8 years ago
bc91363
Fix NTP parentViewController.
by justincohen
· 8 years ago
98b4ddf
Turn the rename Save to Download experiment off
by gambard
· 8 years ago
1f6e1cb
Convert main NTP panel to UIViewController.
by justincohen
· 8 years ago
206ca2c
[ios] Move ToolsMenuConfiguration to shared.
by sczs
· 8 years ago
a44349c1
Deactivate dialog presenter when a new tab animation is occurring.
by kkhorimoto
· 8 years ago
6ab36201
Implement request mobile site.
by liaoyuke
· 8 years ago
6866d25
[ios] Properly notify the model when closing FIP due to navigation.
by rohitrao
· 8 years ago
952ecef
Replaces HeaderDefinition struct with an object.
by stkhapugin
· 8 years ago
c9eee7b
[ObjC ARC] Clean up BVC from scoped_nsobject and weak_nsobject.
by stkhapugin
· 8 years ago
62a00bb
[ios] Move WebStateList to ios/chrome/browser/web_state_list.
by sdefresne
· 8 years ago
f58b10d0
[ObjC ARC] Converts ios/chrome/browser/ui:ui_internal to ARC.
by stkhapugin
· 8 years ago
8fa933df
Revert of [ios] Move WebStateList to ios/chrome/browser/web_state_list. (patchset #3 id:40001 of https://codereview.chromium.org/2799723002/ )
by mkwst
· 8 years ago
22b66d18
[ios] Move WebStateList to ios/chrome/browser/web_state_list.
by sdefresne
· 8 years ago
5c861c2
[iOS Reading List] Only allow offline URL when the offline file exists.
by olivierrobin
· 8 years ago
7d699dd
[ios] Clean up uses of private web API.
by sdefresne
· 8 years ago
2c600c5
[ios] WebStateList owns all WebState it manages.
by sdefresne
· 8 years ago
cd324eb7
[ios] Adds a LocationBarController interface.
by rohitrao
· 8 years ago
Next »