Patrick McManus
|
3472c56b84
|
bug 767159 remove sync dns from socks proxy r=biesi
|
2012-06-28 18:24:02 -04:00 |
|
Patrick McManus
|
0a116b0b9e
|
bug 766312 - part 1 - pipeline cancelation could be "undone" r=honzab
|
2012-06-28 18:06:32 -04:00 |
|
Bobby Holley
|
c866397a9c
|
Bug 754202 - Only push the context of the event target if the listener is scripted. r=smaug
|
2012-06-28 23:47:56 +02:00 |
|
Bobby Holley
|
984ce48fa6
|
Bug 754202 - Use the safe JSContext rather than the current JSContext in IndexedDBDatabaseParent::HandleDatabaseEvent. r=bent
It's not used for anything substantial, and it can be (or always is?) called with no JS on the stack.
|
2012-06-28 23:47:56 +02:00 |
|
Bobby Holley
|
6ea9fc6c38
|
Bug 754202 - Scope the push of the safe js context such that it doesn't include the call to XHR::Send. r=mrbkap,bent
|
2012-06-28 23:47:56 +02:00 |
|
Bobby Holley
|
82e093909f
|
Bug 754202 - Check principal in IsCapabilityEnabled when there's no code on the stack. r=mrbkap
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
70050366ad
|
Bug 754202 - Remove NoWaiverWrapper. r=mrbkap
No more principal pushing!
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
fb95f07878
|
Bug 754202 - Remove mContextPrincipal usage from within nsScriptSecurityManager. r=mrbkap
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
fb16bc5a98
|
Bug 754202 - Remove context pushing/popping API. r=mrbkap Each one of these uses grabs the principal off of an object for pushing, but also enters the compartment of that object. So we shouldn't need this anymore.
Can I get a 'hell yeah'?
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
3531f53d51
|
Bug 754202 - Disallow calling EvaluateString{,WithValue} with a principal that doesn't match the global. r=mrbkap
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
e83c215d0b
|
Bug 754202 - Pull subject principals directly off the compartment. r=mrbkap It would be nice to check these principals against the principals acquired using the old mechanism. Unfortunately, they often differ. Because CAPS uses JS stack frames, any time we enter a compartment and do an operation (even throwing an Access-Denied exception) without running any JS code, we'll end up with a different principal.
Our security story is pretty darn tied to compartments at this point, so let's
just pull the trigger.
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
ae62a76b7e
|
Bug 754202 - Pull object principals directly off the compartment and assert that behavior doesn't change. r=bz
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
f8e97f21d8
|
Bug 754202 - Fix content->chrome postMessage mochitest. r=bz This isn't something we actually support, and were using enablePrivilege to do it before. When we switch this to SpecialPowers wrapping, the sender origin becomes a chrome URL (not very interesting) and the source window becomes null (which we do explicitly in nsGlobalWindow for chrome callers). So those tests stop being useful.
|
2012-06-28 23:47:55 +02:00 |
|
Saurabh Anand
|
c14a9a087e
|
Bug 722984 - nsBrowserGlue uses global private browsing service to make decisions; r=ehsan
|
2012-06-29 02:52:41 +05:30 |
|
Jason Duell
|
63599909fe
|
Bug 711793 - Delay websocket reconnection after abnormal termination. r=mcmanus
|
2012-06-28 14:42:21 -07:00 |
|
Margaret Leibovic
|
6cc1a9ed58
|
Bug 766556 - Cancel text selection on device rotation. r=mfinkle
|
2012-06-28 17:37:04 -04:00 |
|
Margaret Leibovic
|
830d2b4249
|
Bug 769038 - Margin on root element causes selection handles to appear at wrong spot. r=mbrubeck
|
2012-06-28 17:37:01 -04:00 |
|
Jonathan Watt
|
2fff05d6ed
|
Bug 769306 - Move more code from nsSVGOuterSVGFrame::Paint to nsDisplaySVG::Paint. r=dholbert.
|
2012-06-28 20:51:31 +01:00 |
|
Jonathan Watt
|
513ddf221e
|
Bug 769242 - Rename nsDisplaySVG to nsDisplayOuterSVG in preparation for adding other SVG display list item types. r=dholbert.
|
2012-06-28 20:51:20 +01:00 |
|
Jonathan Watt
|
a44ff6a481
|
Bug 769238 - Rename aEffectsFrame to just aFrame in nsSVGIntegrationUtils. r=dholbert.
|
2012-06-28 20:51:09 +01:00 |
|
Ehsan Akhgari
|
ba5aaa92a6
|
Bug 769362 - Mark the rest of the relative position change tests as random on Mac; r=bzbarsky
|
2012-06-28 15:26:36 -04:00 |
|
Ehsan Akhgari
|
b85af073d2
|
Bug 722868 - Part 7: Remove the usage of the global private browsing in the external app helper service since it is no longer needed; r=bzbarsky
|
2012-04-24 23:37:31 -04:00 |
|
Ehsan Akhgari
|
7e99e67b05
|
Bug 722868 - Part 6: Delete the temporary private files when the last private browsing window is closed; r=bzbarsky
|
2012-04-24 23:35:22 -04:00 |
|
Ehsan Akhgari
|
f1d467b584
|
Bug 722868 - Part 5: Use the channel's private browsing flag to determine how to handle the temporary file in nsExternalAppHandler::OpenWithApplication; r=bzbarsky
|
2012-04-24 23:31:35 -04:00 |
|
Ehsan Akhgari
|
f3247f9179
|
Bug 722868 - Part 4: Make the view source window aware of the deleteTemporaryPrivateFileWhenPossible API; r=Mossop
|
2012-04-24 23:14:16 -04:00 |
|
Ehsan Akhgari
|
a1aeda1a14
|
Bug 722868 - Part 3: Make insExternalAppHandler::OpenWithApplication aware of the deleteTemporaryPrivateFileWhenPossible API; r=bzbarsky
|
2012-04-24 23:04:49 -04:00 |
|
Ehsan Akhgari
|
b86aa0ccf9
|
Bug 722868 - Part 2: Make the download manager aware of the deleteTemporaryPrivateFileWhenPossible API; r=gavin
|
2012-04-24 23:01:35 -04:00 |
|
Ehsan Akhgari
|
abd77125a0
|
Bug 722868 - Part 1: Add the deleteTemporaryPrivateFileWhenPossible API; r=bzbarsky
|
2012-04-24 22:56:55 -04:00 |
|
Vladan Djeric
|
80c654d7a5
|
Bug 763138: Telemetry should indicate whether a debugger is attached. r=bsmedberg,smichaud
|
2012-06-28 14:57:52 -04:00 |
|
Asaf Romano
|
60717a1f5a
|
Bug 762799 - Cannot open bookmark from sidebar with keyboard (with Enter key). r=mak
|
2012-06-28 21:24:44 +03:00 |
|
Brian Nicholson
|
ff27438eef
|
Bug 762968 - Part 2: Replace onInterceptTouchEvent() with individual listeners. r=wesj
--HG--
extra : rebase_source : 96242a2de53c8df97426e7b9f31acbe01f37aa6f
|
2012-06-28 11:21:24 -07:00 |
|
Brian Nicholson
|
5874917ce2
|
Bug 762968 - Part 1: Ignore bogus stylus events in onKeyDown(). r=cpeterson
--HG--
extra : rebase_source : 75267b1bffe981fe5e60477018e9c86677742cb8
|
2012-06-28 11:15:17 -07:00 |
|
Geoff Brown
|
9801528a33
|
Bug 756704 - Robocop: avoid hangs when events missed; r=kats
|
2012-06-28 11:20:15 -07:00 |
|
Asaf Romano
|
76763d075e
|
Bug 761494 - Cannot open all Bookmarks in tabs by Middle clicking a folder in Sidebar. r=mak
|
2012-06-28 21:14:45 +03:00 |
|
Chris Peterson
|
7b5896264c
|
Bug 758427 - Ignore KeyEvents with keyCodes greater than getMaxKeyCode(), such as Gingerbread Galaxy Note's bogus stylus events. r=blassey
|
2012-06-28 11:03:53 -07:00 |
|
Ed Morley
|
7db6803233
|
Backout a6175c97f365, 3ceeeaf0519f, bde34cebdcdc, 66dfa9606626, 86762d8c4de9, 717f908c990a, aa83d71fe7ee (bug 722868) for compilation failures
|
2012-06-28 19:00:30 +01:00 |
|
Ehsan Akhgari
|
cb33d7a193
|
Bug 722868 - Part 7: Remove the usage of the global private browsing in the external app helper service since it is no longer needed; r=bzbarsky
|
2012-04-24 23:37:31 -04:00 |
|
Ehsan Akhgari
|
0425672a11
|
Bug 722868 - Part 6: Delete the temporary private files when the last private browsing window is closed; r=bzbarsky
|
2012-04-24 23:35:22 -04:00 |
|
Ehsan Akhgari
|
d584b34bc8
|
Bug 722868 - Part 5: Use the channel's private browsing flag to determine how to handle the temporary file in nsExternalAppHandler::OpenWithApplication; r=bzbarsky
|
2012-04-24 23:31:35 -04:00 |
|
Ehsan Akhgari
|
89f5f0c708
|
Bug 722868 - Part 4: Make the view source window aware of the deleteTemporaryPrivateFileWhenPossible API; r=Mossop
|
2012-04-24 23:14:16 -04:00 |
|
Ehsan Akhgari
|
a24d4f1215
|
Bug 722868 - Part 3: Make insExternalAppHandler::OpenWithApplication aware of the deleteTemporaryPrivateFileWhenPossible API; r=bzbarsky
|
2012-04-24 23:04:49 -04:00 |
|
Ehsan Akhgari
|
c20e620904
|
Bug 722868 - Part 2: Make the download manager aware of the deleteTemporaryPrivateFileWhenPossible API; r=gavin
|
2012-04-24 23:01:35 -04:00 |
|
Ehsan Akhgari
|
01219911a9
|
Bug 722868 - Part 1: Add the deleteTemporaryPrivateFileWhenPossible API; r=bzbarsky
|
2012-04-24 22:56:55 -04:00 |
|
Benoit Girard
|
35d77a0183
|
Bug 707308 - Support dynamic stack labels for profile. r=jmuizelaar
--HG--
extra : rebase_source : 6960978d26a056ab2d581e23b024e3a2f5bc3e60
|
2012-06-20 19:22:02 -04:00 |
|
Blake Kaplan
|
99bfdd86fe
|
Bug 769265 - Fix these calls. r=bent
|
2012-06-28 16:14:11 +02:00 |
|
Blake Kaplan
|
b7c948e7bb
|
Bug 769248 - Don't overwrite a good BSSID with a bad one. r=gal
|
2012-06-28 15:40:05 +02:00 |
|
Saurabh Anand
|
9573392ac1
|
Bug 722988 - openLocationLastURL.jsm uses global Private Browsing state to make decisions; r=ehsan
|
2012-06-28 03:11:24 +05:30 |
|
Vladimir Vukicevic
|
d60c0fbed5
|
b=766998; fennec profiling broken by webapp intent changes; r=wesj
|
2012-06-28 09:42:32 -04:00 |
|
Gian-Carlo Pascutto
|
de0b4eb79e
|
Bug 762620 - Log the actual DailyCallback events. r=blassey
|
2012-06-28 14:57:54 +02:00 |
|
Jonathan Kew
|
3664cc8cb5
|
bug 764805 - reftest for style descriptors on src:local font face. r=jdaggett
|
2012-06-28 10:59:39 +01:00 |
|