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
/
test
/
ui
/
npapi_uitest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renabling the NPAPIVisiblePluginTester.OpenPopupWindowWithPlugin test. This t...
ananta@chromium.org
2010-09-13
1
-2
/
+7
*
Fix for the missing plugin message displayed at times on sites like youtube w...
ananta@chromium.org
2010-08-25
1
-0
/
+14
*
Take 2: Copy the npapi pepper test plugin during the build so we
tony@chromium.org
2010-08-07
1
-11
/
+11
*
Revert "Copy the npapi pepper test plugin during the build so we don't"
tony@chromium.org
2010-08-06
1
-11
/
+11
*
Copy the npapi pepper test plugin during the build so we don't
tony@chromium.org
2010-08-06
1
-11
/
+11
*
FBTF: Remove unneeded headers from base/ (part 3)
thestig@chromium.org
2010-08-06
1
-1
/
+0
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-1
/
+2
*
Move tests for the layout test plugin to the right fixture.
jochen@chromium.org
2010-07-16
1
-55
/
+1
*
Re-flakify TEST_F(NPAPITester, FLAKY_ManyPlugins)
jrg@chromium.org
2010-06-01
1
-1
/
+3
*
Make SelfDeletePluginInvokeAlert an interactive_ui test and reenable. It
mpcomplete@chromium.org
2010-05-28
1
-20
/
+0
*
Mark NPAPITester.ManyPlugins as no longer flaky.
phajdan.jr@chromium.org
2010-05-27
1
-2
/
+1
*
Enable SelfDeletePluginInvokeInSynchronousPaint as FLAKY
stuartmorgan@chromium.org
2010-05-25
1
-1
/
+3
*
Remove FLAKY marker from some Mac plugin tests
stuartmorgan@chromium.org
2010-05-19
1
-14
/
+2
*
Shrink the window used for the NPN_ConvertPoint test
stuartmorgan@chromium.org
2010-05-19
1
-3
/
+2
*
Mark NPAPIVisiblePluginTester.VerifyNPObjectLifetime as FLAKY.
phajdan.jr@chromium.org
2010-04-29
1
-1
/
+2
*
Marks NPAPITester.Arguments as flaky on Mac.
bulach@chromium.org
2010-04-22
1
-1
/
+7
*
[Mac] Mark a test flaky since it fails most of the time on 10.6
thomasvl@chromium.org
2010-04-20
1
-1
/
+7
*
[GTTF] Tests cleanup:
phajdan.jr@chromium.org
2010-04-08
1
-31
/
+31
*
Merge UiTest::GetTest* and ui_test_utils::GetTest*. Convert these utility fun...
thestig@chromium.org
2010-03-31
1
-50
/
+70
*
Added a test for pepper3d. It ensures that we can successfully load a pepper ...
alokp@chromium.org
2010-03-26
1
-4
/
+4
*
[GTTF] Reduce number of automation methods ending with WithTimeout.
phajdan.jr@chromium.org
2010-03-22
1
-3
/
+3
*
[GTTF] Make automation framework more solid by making sure that
phajdan.jr@chromium.org
2010-03-16
1
-4
/
+6
*
Reduce the flakiness of things using NPAPITester, including
phajdan.jr@chromium.org
2010-03-09
1
-59
/
+36
*
adding bug link i forgot
thomasvl@chromium.org
2010-02-24
1
-0
/
+1
*
Mark a mac test as flaky that seems to be failing on 10.6 but not 10.5
thomasvl@chromium.org
2010-02-24
1
-1
/
+1
*
Don't NPAPIVisiblePluginTester.VerifyNPObjectLifetime as FLAKY so that we're ...
jam@chromium.org
2010-02-09
1
-2
/
+1
*
Finish implementing NPN_ConvertPoint, and add a unit test for it
stuartmorgan@chromium.org
2010-02-09
1
-0
/
+21
*
Mark NPAPIVisiblePluginTester.VerifyNPObjectLifetime as FLAKY.
phajdan.jr@chromium.org
2010-02-08
1
-1
/
+2
*
Mark the following tests FLAKY on Windows.
tkent@chromium.org
2010-01-12
1
-1
/
+2
*
Enable windowless-based npapi_test_plugin tests on the Mac.
stuartmorgan@chromium.org
2009-12-18
1
-2
/
+2
*
Marking NPAPITester.SelfDeletePluginInvoke as flaky.
mirandac@chromium.org
2009-12-17
1
-1
/
+2
*
Enable many of the NPAPI UI tests on Mac
stuartmorgan@chromium.org
2009-12-16
1
-6
/
+9
*
Don't set referrers on outgoing plugin requests if the load_manually flag is ...
ananta@chromium.org
2009-12-03
1
-0
/
+15
*
Mark GetJavaScriptURL2 as flaky.
willchan@chromium.org
2009-11-30
1
-1
/
+2
*
Mark NPAPITester.ManyPlugins as flaky, it keeps flickering.
tim@chromium.org
2009-11-20
1
-1
/
+2
*
If an NP_* function is called on an out of process plugin, save enough info t...
japhet@chromium.org
2009-11-18
1
-0
/
+12
*
Ensure that NPN_PluginThreadAsyncCall callbacks are not invoked after NPP_Des...
apatrick@google.com
2009-10-30
1
-0
/
+7
*
Implemented NPN_ScheduleTimer and NPN_UnscheduleTimer.
apatrick@google.com
2009-10-26
1
-0
/
+7
*
Add a regression test for the PluginChannel::CleanUp. My earlier speculative...
jam@chromium.org
2009-10-24
1
-0
/
+16
*
Add a regression test for the renderer hang when a plugin's NP_Initialize fun...
jam@chromium.org
2009-10-23
1
-0
/
+25
*
Use FilePath in URLRequestMocks.
evan@chromium.org
2009-10-14
1
-1
/
+2
*
Mark SelfDeletePluginInvokeInSynchronousPaint as disabled since it seems to b...
johnnyg@chromium.org
2009-10-08
1
-1
/
+2
*
Fix scripting during NPP_Destroy. Note that if the plugin is making a call t...
jam@chromium.org
2009-10-06
1
-35
/
+50
*
Add an optional WebFrame parameter to WebView::findFrameByName.
darin@chromium.org
2009-09-30
1
-0
/
+10
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
1
-1
/
+2
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
1
-2
/
+1
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
1
-1
/
+2
*
Fixes a crash in the plugin process specifically in the PluginStreamUrl::DidR...
ananta@chromium.org
2009-09-11
1
-0
/
+13
*
Remove unused ATL headers.
jhawkins@chromium.org
2009-09-09
1
-5
/
+4
*
Revert 24266 - This CL ensures that plugins always peek in the context of out...
ananta@chromium.org
2009-08-25
1
-10
/
+0
[next]