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
/
extensions
/
extension_tabs_module.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relanding the hooking of the translate feature UI.
jcampan@chromium.org
2010-02-01
1
-1
/
+1
*
Revert 37674 - Hooking the UI part to the translate feature.
jcampan@chromium.org
2010-01-31
1
-1
/
+1
*
Hooking the UI part to the translate feature.
jcampan@chromium.org
2010-01-31
1
-1
/
+1
*
Fix extension remove tab crasher.
viettrungluu@chromium.org
2010-01-28
1
-1
/
+6
*
Extension tweaks for phantom tabs. I did the following modifications:
sky@chromium.org
2010-01-23
1
-0
/
+21
*
One more attempt at landing this CL.
jcampan@chromium.org
2010-01-21
1
-10
/
+33
*
Revert 36589 - Still failing the reliability tests.
jcampan@chromium.org
2010-01-20
1
-33
/
+10
*
Another try at landing this.
jcampan@chromium.org
2010-01-20
1
-10
/
+33
*
Reland r36541 (which went in without any commit log by some magic). Was rever...
jshin@chromium.org
2010-01-19
1
-5
/
+0
*
Revert 36541 (which went in without any commit log by some black magic).
jshin@chromium.org
2010-01-19
1
-0
/
+5
*
Review URL: http://codereview.chromium.org/545123
jshin@chromium.org
2010-01-19
1
-5
/
+0
*
Revert 36442 - Still causing test failures
jcampan@chromium.org
2010-01-16
1
-33
/
+10
*
4th attempt at landing this.
jcampan@chromium.org
2010-01-16
1
-10
/
+33
*
Revert r36407
aa@chromium.org
2010-01-15
1
-9
/
+1
*
Re-land r36338: Add the ability to focus a window to chrome.window.update().
aa@chromium.org
2010-01-15
1
-1
/
+9
*
Revert 36362 - It breaks NACLTests and Chrome Frame Tests
jcampan@chromium.org
2010-01-15
1
-33
/
+10
*
3rd attempt at landing the language detection on page load.
jcampan@chromium.org
2010-01-15
1
-10
/
+33
*
Revert 36337 and 36338. Compile failure.
aa@chromium.org
2010-01-15
1
-9
/
+1
*
Add the ability to focus a window to chrome.window.update().
aa@chromium.org
2010-01-15
1
-1
/
+9
*
Reapplying "Extensions: tab.title should not be undefined."
erg@chromium.org
2010-01-14
1
-2
/
+1
*
Add the ability for the GPU process to be used to paint the backing store of a
brettw@chromium.org
2010-01-13
1
-42
/
+5
*
Moving the CLD code to the renderer so it runs sanboxed.
jcampan@chromium.org
2010-01-12
1
-1
/
+1
*
If a backing store is not available, chrome.tabs.captureVisibleTab() asks the...
skerner@chromium.org
2010-01-11
1
-9
/
+68
*
Revert 35735 - Relanding the language detection code.
jcampan@chromium.org
2010-01-07
1
-25
/
+9
*
Relanding the language detection code.
jcampan@chromium.org
2010-01-07
1
-9
/
+25
*
Reverting the CLD CL altogether, the reliability bot is still red.
jcampan@chromium.org
2009-12-17
1
-25
/
+9
*
Makes the language detection happen with every page load
jcampan@chromium.org
2009-12-16
1
-9
/
+25
*
Move base64 from 'net/base' into 'base'.
hayato@chromium.org
2009-11-24
1
-2
/
+2
*
Fix memory leak in AsyncExtensionFunction.
mpcomplete@chromium.org
2009-11-10
1
-7
/
+7
*
Revert r28293.
jhawkins@chromium.org
2009-10-07
1
-3
/
+2
*
Change detectLanguage() API to now return the top three languages as well the...
sidchat@chromium.org
2009-10-07
1
-2
/
+3
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
1
-3
/
+3
*
Revert "Extensions: tab.title should not be undefined."
erg@google.com
2009-09-18
1
-1
/
+2
*
Extensions: tab.title should not be undefined.
erg@google.com
2009-09-18
1
-2
/
+1
*
Try again to land "Implement script API:executeScript"
aa@chromium.org
2009-09-18
1
-1
/
+16
*
Language detection works only for Windows now. Make chrome.tabs.detectLanguag...
sidchat@chromium.org
2009-09-18
1
-1
/
+6
*
Extension apis: windows.create({url:}) now supports relative paths.
rafaelw@chromium.org
2009-09-11
1
-7
/
+24
*
Don't allow updating tabs to javascript URLs without host
aa@chromium.org
2009-09-11
1
-14
/
+22
*
Add some DCHECKS and asserts to debug why ExtensionApiTest.Tabs is flakey and...
rafaelw@chromium.org
2009-09-03
1
-0
/
+2
*
Extension API Renaming/Consistency changes
rafaelw@chromium.org
2009-08-28
1
-45
/
+51
*
Re-implement BackingStore on the Mac as a CGLayer instead of a Skia canvas,
amanda@chromium.org
2009-08-19
1
-2
/
+17
*
Implement chrome.tabs.captureVisibleTab for linux
erg@google.com
2009-08-18
1
-0
/
+4
*
Implement chrome.tabs.getVisibleTabCapture() on Mac
rafaelw@chromium.org
2009-08-14
1
-1
/
+4
*
I have taken over this patch, original authored by Adam Hunter (adamhunter).
rafaelw@chromium.org
2009-08-13
1
-0
/
+83
*
Landing Thiago Farina's CL.
jcampan@chromium.org
2009-07-29
1
-2
/
+2
*
Coverity: Pass strings by reference.
jhawkins@chromium.org
2009-07-27
1
-4
/
+4
*
Change getLanguage to detectLanguage, and incorporate corresponding changes, ...
sidchat@google.com
2009-07-16
1
-4
/
+4
*
Add getLanguage function to tab extension.
sidchat@google.com
2009-07-10
1
-0
/
+46
*
Clean up extension loading:
erikkay@google.com
2009-06-15
1
-1
/
+1
*
Reduce header dependencies in browser/
phajdan.jr@chromium.org
2009-06-13
1
-0
/
+1
[next]