Commit Graph

114623 Commits

Author SHA1 Message Date
Masayuki Nakano
d7724c8a5c Bug 733630 part.2 Do hit test inside border r=jimm 2012-12-04 17:44:48 +09:00
Masayuki Nakano
2ba8c5494c Bug 733630 Use native window border size if there is no content under mouse cursor r=jimm 2012-12-04 17:44:47 +09:00
Chris Jones
5f8bbb1732 Test for bug 813372. r=mattwoodrow a=blocking-basecamp 2012-12-04 00:39:22 -08:00
Chris Jones
e67677ce8b Bug 813372: Guard against TiledTextureImage with dimensions of 0. r=mattwoodrow a=blocking-basecamp 2012-12-04 00:39:21 -08:00
Jason Duell
ef0cc372ed Bug 813869 - missing DoNotifyListener, invalid late error return in nsHttpChannel::AsyncOpen. r=mcmanus 2012-12-03 22:38:04 -08:00
Jason Duell
2d10c31403 Bug 811669 - nsICachingChannel.cacheKey may not be set on http-on-modify-request anymore. r=mcmanus 2012-12-03 22:24:36 -08:00
Randell Jesup
a244dd198f Bug 817841: Proxy deletion of nsDOMMediaStreams with NS_ProxyRelease() r=roc 2012-12-03 22:17:38 -08:00
Jason Duell
87eed6808b Backed out changeset d9bcbec33260 for bustage. 2012-12-03 22:13:21 -08:00
Jason Duell
3eeee9fb5e Backed out changeset d9bcbec33260 for bustage. 2012-12-03 22:12:51 -08:00
ojab
1f9d1efb53 Bug 817948: TelemetryStopwatch.jsm is referenced by the wrong URI in tabbox.xml 2012-12-03 22:06:54 -08:00
Matt Woodrow
b885845625 Bug 810302 - When flattening layers together to avoid component alpha, attempt to pick the 'best' active scrolled root to minimize invalidation during scrolling. r=roc 2012-12-04 19:05:22 +13:00
Matt Woodrow
d11b7e4dd0 Bug 812107 - Don't attempt to do scroll compensation in FrameLayerBuilder for transformed containers. r=roc 2012-12-04 19:04:20 +13:00
Ehsan Akhgari
78ebf85f3c Merge mozilla-central into mozilla-inbound, but DONTBUILD since this all NPOTB stuff 2012-12-04 00:58:28 -05:00
Randell Jesup
a5fdb67f5e Bug 817841: Proxy deletion of nsDOMMediaStreams with NS_ProxyRelease() r=roc 2012-12-04 00:53:13 -05:00
Jason Duell
9c8a0d926f Bug 777687 - Followup to replace NSPR types with stdint. r=jduell DONTBUILD 2012-12-03 21:38:29 -08:00
Alexander Surkov
5374e85c47 Bug 816856 - Embedded object accessibles for inaccessible/windowless plugins should not expose a NULL child, r=tbsaunde 2012-12-04 14:27:13 +09:00
Ehsan Akhgari
97b99365ed Bug 816936 - Add a "New Private Window" dock menu item for per-window private browsing builds on Mac; r=jdm
DONTBUILD since this is NPOTB for global PB builds
2012-12-03 23:20:23 -05:00
Ehsan Akhgari
e779a59ea0 Bug 817932 - Ignore unrelated load events to fix the intermittent failure in browser_privatebrowsing_openlocation.js; r=jdm
DONTBUILD since this is NPOTB for global PB builds
2012-12-03 23:15:22 -05:00
Andres Hernandez
e4d9e7447d Bug 817472 - Port browser_394759_privatebrowsing.js to the new per-window PB APIs; r=ehsan
DONTBUILD because this is NPOTB for global PB builds

--HG--
rename : browser/components/sessionstore/test/browser_394759_privatebrowsing.js => browser/components/sessionstore/test/browser_394759_perwindowpb.js
2012-12-03 16:51:16 -06:00
Andres Hernandez
465c72cd26 Bug 816524 - Do not store information about closed private windows; r=ttaubert 2012-11-30 15:43:38 -06:00
Ryan VanderMeulen
5d4be4c151 Backed out changeset ebaa0a4d35a3 (bug 813758) due to bug 817758. 2012-12-03 19:03:16 -05:00
Ryan VanderMeulen
77948c6e44 Merge the last PGO-green inbound changeset to m-c. 2012-12-03 19:03:01 -05:00
Josh Matthews
a1401f5b6d Backed out changeset 0902b7e89928 (bug 816524) 2012-12-03 17:01:15 -05:00
Andrew Halberstadt
bc79e87efd Bug 817122 - Add initial B2G xpcshell manifest, r=jgriffin, DONTBUILD a=NPOTB,test-only 2012-12-03 14:56:12 -05:00
Mats Palmgren
ea73e01986 Bug 817459 - Include mozilla/mozalloc.h when needed to avoid link errors. r=tbsaunde 2012-12-03 20:53:27 +01:00
Ed Morley
b3e1fc52a1 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-03 19:05:07 +00:00
Ed Morley
28dc7d0586 Bug 817349 - Ensure topFrame is always defined; r=ted 2012-12-03 14:30:35 +00:00
Ed Morley
56d3fa6294 Backout a592d7dfb470 for Android crashes 2012-12-03 11:17:49 +00:00
Lucas Rocha
61fa340765 Bug 709433 - Animate toolbar when switching to/from awesome screen (r=mfinkle) 2012-12-03 10:50:41 +00:00
Ed Morley
1a2a28ae5c Backout b3b4311176fa (bug 816850) for test_mozsettingsWatch.html failures 2012-12-03 10:25:55 +00:00
Marty Rosenberg
dd2259b03a Add in extra function to build on non-arm platforms (no bug, r=glandium) 2012-12-03 04:32:59 -05:00
Jose Antonio Olivera Ortega
d505bf2576 Bug 815156 - B2G RIL: Expose serviceClass to DOM via nsIDOMMozMobileCFInfo. r=ferjm sr=sicking 2012-12-03 10:30:59 +01:00
Mario Alvarado [:marioalv]
0417fce708 Bug 806707 - Port browser_save_private_link.js to the new per-window PB APIs; r=ehsan
DONTBUILD since this is NPOTB in global PB builds

--HG--
rename : browser/base/content/test/browser_save_private_link.js => browser/base/content/test/browser_save_private_link_perwindowpb.js
2012-12-03 01:36:43 -06:00
Ehsan Akhgari
1d7e5ee830 Follow-up to bug 810180 - Reset the homepage to about:blank when opening new windows in the test; r=jdm
DONTBUILD because this is NPOTB in global PB builds
2012-12-02 23:22:45 -05:00
Ehsan Akhgari
ac57263eb9 Bug 817463 - Disable loading the homepage for per-window private browsing tests; r=jdm
DONTBUILD since this is NPOTB in global PB builds
2012-12-02 21:48:46 -05:00
Ehsan Akhgari
d8c25f9e30 Bug 816527 - Disable switch to tab for private windows in per-window private browsing builds; r=gavin
This patch makes sure that when you have a tab open in a private window,
we would never switch to it from either a private or non-private window.
Also, this disabled switching to tabs inside private windows.

This patch uses the autocompletesearchparam attribute to convey whether
the autocomplete search is coming from a private window, to disable
finding open pages in nsPlacesAutoComplete.  It also changes the
behavior of switchToTabHavingURI to make sure that switch to tab
actually fails if somehow attempted (this is used in the test.)  It also
prevents pages opened in a private window to be registered with
nsPlacesAutoComplete as open pages, in order to make sure that those
pages do not appear as switch to tab entries in the autocomplete list
for other windows.

The test for this patch is based on browser_bug555767.js, and tests all
of the four possible interactions here.
2012-11-30 02:40:47 -05:00
Makoto Kato
c25f9169e0 Bug 815945 - Gonk needs to implement nsLookAndFeel::GetPasswordCharacterImpl. r=mwu 2012-12-04 12:24:51 +09:00
Gregor Wagner
7acf1aa1c8 Bug 814211 - Need additional security checks for the "fmradio" permission. r=bent 2012-12-03 19:12:38 -08:00
Nicolas B. Pierron
9107592531 Bug 817714 - IonMonkey: Check allocation result in LookupSwitch. r=djvj 2012-12-03 18:58:26 -08:00
Vicamo Yang
1d685cf021 Bug 778093 - Part 9/9: xpcshell test cases, r=hsinyi 2012-12-04 10:41:46 +08:00
Vicamo Yang
b539580731 Bug 778093 - Part 8/9: support EFcbmi and EFcbmir, r=hsinyi 2012-12-04 10:41:42 +08:00
Vicamo Yang
2a708d014b Bug 778093 - Part 7/9: config via Settings API, r=hsinyi 2012-12-04 10:41:39 +08:00
Vicamo Yang
58eae3e1fd Bug 778093 - Part 6/9: support GSM CBS message paging, r=hsinyi 2012-12-04 10:41:35 +08:00
Vicamo Yang
91a870ff16 Bug 778093 - Part 5/9: support base GSM CBS message, r=hsinyi 2012-12-04 10:41:28 +08:00
Vicamo Yang
38cb676f42 Bug 778093 - Part 4/9: support basic ETWS Primary Notification message, r=hsinyi 2012-12-04 10:41:15 +08:00
Vicamo Yang
be687e70b2 Bug 778093 - Part 3/9: complete onreceived event handling, r=mounir,hsinyi,bent 2012-12-04 10:40:47 +08:00
Vicamo Yang
8583a4b741 Bug 778093 - Part 2/9: add navigator.mozCellBroadcast, r=mounir 2012-12-04 10:38:25 +08:00
Vicamo Yang
b1f8b024f8 Bug 778093 - Part 1/9: IDL change, sr=mounir 2012-12-04 10:38:21 +08:00
Ryan VanderMeulen
c039087939 Backed out changeset b4b3522a6c08 (bug 815339) due to mochitest timeouts. 2012-12-03 21:23:05 -05:00
Bill McCloskey
c653b8d62e Bug 815999 - Mark gray globals black before returning them to the debugger (r=mccr8) 2012-12-03 17:59:46 -08:00