Matt Woodrow
e3e63818cc
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
17d4c35475
Merge mozilla-central into mozilla-inbound, but DONTBUILD since this all NPOTB stuff
2012-12-04 00:58:28 -05:00
Randell Jesup
e60c01dd98
Bug 817841: Proxy deletion of nsDOMMediaStreams with NS_ProxyRelease() r=roc
2012-12-04 00:53:13 -05:00
Jason Duell
24389ec68b
Bug 777687 - Followup to replace NSPR types with stdint. r=jduell DONTBUILD
2012-12-03 21:38:29 -08:00
Alexander Surkov
fd74a15d30
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
52bd8156e1
Bug 817931 - Don't restore the contents of the last closed window into a newly opened window if it's a private window; r=ttaubert
...
DONTBUILD since this is NPOTB for global PB builds
2012-12-04 00:18:26 -05:00
Ehsan Akhgari
f01b9f1d51
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
19810c492c
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
4c9d018859
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
cc9ec615fc
Bug 816524 - Do not store information about closed private windows; r=ttaubert
2012-11-30 15:43:38 -06:00
Ryan VanderMeulen
d7a27c19af
Backed out changeset ebaa0a4d35a3 (bug 813758) due to bug 817758.
2012-12-03 19:03:16 -05:00
Ryan VanderMeulen
ccdbc2ba3d
Merge the last PGO-green inbound changeset to m-c.
2012-12-03 19:03:01 -05:00
Josh Matthews
16091527e1
Backed out changeset 0902b7e89928 (bug 816524)
2012-12-03 17:01:15 -05:00
Andrew Halberstadt
734727be40
Bug 817122 - Add initial B2G xpcshell manifest, r=jgriffin, DONTBUILD a=NPOTB,test-only
2012-12-03 14:56:12 -05:00
Mats Palmgren
a8536927f1
Bug 817459 - Include mozilla/mozalloc.h when needed to avoid link errors. r=tbsaunde
2012-12-03 20:53:27 +01:00
Ed Morley
664dc9d334
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-03 19:05:07 +00:00
Ed Morley
618d19c490
Bug 817349 - Ensure topFrame is always defined; r=ted
2012-12-03 14:30:35 +00:00
Ed Morley
5518156de0
Backout a592d7dfb470 for Android crashes
2012-12-03 11:17:49 +00:00
Lucas Rocha
14a0eb7628
Bug 709433 - Animate toolbar when switching to/from awesome screen (r=mfinkle)
2012-12-03 10:50:41 +00:00
Ed Morley
3d267d271c
Backout b3b4311176fa (bug 816850) for test_mozsettingsWatch.html failures
2012-12-03 10:25:55 +00:00
Marty Rosenberg
c64858581d
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
c34b135845
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]
98c55ea0f3
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
e9c82e7b7a
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
fb31691313
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
1fd1e07333
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
922dfb3e23
Bug 815945 - Gonk needs to implement nsLookAndFeel::GetPasswordCharacterImpl. r=mwu
2012-12-04 12:24:51 +09:00
Gregor Wagner
3707ede372
Bug 814211 - Need additional security checks for the "fmradio" permission. r=bent
2012-12-03 19:12:38 -08:00
Nicolas B. Pierron
a7ebd76a90
Bug 817714 - IonMonkey: Check allocation result in LookupSwitch. r=djvj
2012-12-03 18:58:26 -08:00
Vicamo Yang
b378605e3f
Bug 778093 - Part 9/9: xpcshell test cases, r=hsinyi
2012-12-04 10:41:46 +08:00
Vicamo Yang
463bafee54
Bug 778093 - Part 8/9: support EFcbmi and EFcbmir, r=hsinyi
2012-12-04 10:41:42 +08:00
Vicamo Yang
71c2763ce9
Bug 778093 - Part 7/9: config via Settings API, r=hsinyi
2012-12-04 10:41:39 +08:00
Vicamo Yang
46006eef6e
Bug 778093 - Part 6/9: support GSM CBS message paging, r=hsinyi
2012-12-04 10:41:35 +08:00
Vicamo Yang
edebfa589d
Bug 778093 - Part 5/9: support base GSM CBS message, r=hsinyi
2012-12-04 10:41:28 +08:00
Vicamo Yang
94efa23152
Bug 778093 - Part 4/9: support basic ETWS Primary Notification message, r=hsinyi
2012-12-04 10:41:15 +08:00
Vicamo Yang
fbfbc03f2c
Bug 778093 - Part 3/9: complete onreceived event handling, r=mounir,hsinyi,bent
2012-12-04 10:40:47 +08:00
Vicamo Yang
fcdc68fd47
Bug 778093 - Part 2/9: add navigator.mozCellBroadcast, r=mounir
2012-12-04 10:38:25 +08:00
Vicamo Yang
430c5a72dc
Bug 778093 - Part 1/9: IDL change, sr=mounir
2012-12-04 10:38:21 +08:00
Ryan VanderMeulen
61800c75c4
Backed out changeset b4b3522a6c08 (bug 815339) due to mochitest timeouts.
2012-12-03 21:23:05 -05:00
Bill McCloskey
690ea30784
Bug 815999 - Mark gray globals black before returning them to the debugger (r=mccr8)
2012-12-03 17:59:46 -08:00
Tobias Netzel
24a9aa1a8b
Bug 817045 - Note and patch in gfx/cairo. r=jmuizelaar
2012-12-03 20:26:16 -05:00
Tobias Netzel
f566ca9252
Bug 817045 - Enable libpixman VMX acceleration. r=jmuizelaar
2012-12-03 20:26:16 -05:00
Masatoshi Kimura
718fa2f004
Bug 816410 - Part 2: Remove legacy constructor functions. r=bz
2012-12-03 20:26:16 -05:00
Masatoshi Kimura
4a261035a8
Bug 816410 - Part 1: Convert XMLSerializer and DOMParser to WebIDL bindings. r=bz
2012-12-03 20:26:16 -05:00
David Rajchenbach-Teller
7c943d7992
Bug 815339 - Extract PromiseWorker from OS.File. r=froydnj
2012-12-03 20:26:16 -05:00
Greg Roodt
02debff158
Bug 813946 - Disable zoom if minScale and maxScale are equal. r=kats
2012-12-03 20:26:15 -05:00
Monica Chew
c800c20a86
Bug 812238 - Initial import of protobuf 2.4.1. r=khuey
2012-11-30 10:33:48 -08:00
Jason Smith
2904e16946
Bug 802982 - Crash test for excessive getUserMedia calls. r=jesup
2012-12-03 00:56:54 -08:00
Virgil Dupras
d0943e17dd
Bug 801450 - Can't import bookmarks from Safari-created HTML files. r=mak
2012-12-03 20:26:15 -05:00
Marco Castelluccio
513bb7a63c
Bug 741526 - Mozilla central mozapps implementation ignores Content-Type. r=fabrice
2012-11-29 17:52:02 -05:00