Commit Graph

110665 Commits

Author SHA1 Message Date
James Willcox
786d5e93d3 Bug 801627 - Fix fullscreen Flash on Android r=blassey 2012-10-22 10:51:29 -04:00
Kartikaya Gupta
058c4f07cd Bug 803700 - Remove unnecesary finalizers. r=blassey 2012-10-22 10:15:35 -04:00
Kartikaya Gupta
5657ef4d5d Bug 803613 - Minor code cleanup. r=blassey 2012-10-22 10:14:44 -04:00
Kartikaya Gupta
1cc47ef57c Bug 803613 - Guard against NPE by synchronizing the destroy function and checking for null. r=blassey 2012-10-22 10:14:39 -04:00
Mats Palmgren
958294fc34 Bug 803473 - Wait for MozReftestInvalidate to fix orange. r=roc 2012-10-22 15:53:31 +02:00
Mats Palmgren
cd2c54e204 Bug 798853, style system. r=roc,dbaron 2012-10-22 15:53:31 +02:00
Mats Palmgren
e74ed98939 Bug 798853, gfx. r=roc 2012-10-22 15:53:31 +02:00
Mats Palmgren
f374a590a0 Bug 802902 - Live long and prosper Mr. View Manager. r=roc 2012-10-22 15:53:31 +02:00
Rafael Ávila de Espíndola
e1a4b54245 Bug 799572 - clang update broke NSS. r=rail. 2012-10-22 09:10:20 -04:00
Rafael Ávila de Espíndola
99765f948b Bug 803707 - Don't assume pointers are 64 bits. r=benjamin. 2012-10-22 09:07:04 -04:00
Graeme McCutcheon
4c009832ed Bug 409624 - Sanitizer should clear findBar data. r=adw 2012-10-22 12:42:53 +01:00
Gina Yeh
0c2ef57514 Bug 800695 - Final version: Audio route is set to sco before connecting to a bluetooth headset, r=qdot 2012-10-22 18:34:15 +08:00
Robert Longson
814606cd60 Bug 801317 - Support transforms in SVG fragment identifiers. r=dholbert 2012-10-22 10:13:24 +01:00
Jonathan Kew
9b5a2e0303 bug 803483 followup - remove fails-if annotation from reftests that now pass on all OSX versions. no_r=me 2012-10-22 10:13:26 +01:00
Jared Wein
3ebdc66723 Backed out changeset d82e14184e9f (bug 801040) 2012-10-22 02:07:18 -07:00
Jared Wein
960615f051 Backed out changeset ca101d926240 (bug 787767) 2012-10-22 01:56:10 -07:00
Jonathan Kew
0538f8e802 bug 772640 - reftests for rendering of decomposed char via OpenType and Graphite. r=jdaggett 2012-10-22 08:47:05 +01:00
Jonathan Kew
9720ae3df4 bug 772640 - fix for incorrect glyph positioning in multi-glyph RTL clusters generated by Graphite shaping. r=jdaggett 2012-10-22 08:47:03 +01:00
Jonathan Kew
e38a8fa3ef bug 803483 - opentype script support no longer dependent on OS X version. r=jdaggett 2012-10-22 08:47:01 +01:00
Dão Gottwald
887732a1cd Bug 803880 - Don't add a separator line between hovered social toolbar buttons. r=jaws 2012-10-22 09:43:22 +02:00
Jared Wein
7fa767bdd7 Bug 803704 - Change border colors of social api components to be lighter grey. r=mixedpuppy
--HG--
extra : rebase_source : 516bb46c0afc130937ed4af36bffaec6eb0a16f9
2012-10-21 18:14:05 -07:00
Jared Wein
3ef7cd2d13 Bug 802784 - Possible to have two social panels open at once. r=mixedpuppy
--HG--
extra : rebase_source : 6946f326f48316c450dcc29ffc2925a8ec05c790
2012-10-21 17:28:37 -07:00
Jared Wein
6ac09233e8 Bug 803015 - Click-to-play plugin overlay shouldn't inherit page text-transform style. r=dao
--HG--
extra : rebase_source : 0e44b2eaa31d4f8d7c9dea8e1faa891803f9c2e4
2012-10-21 17:27:38 -07:00
Jared Wein
c75503aa1f Bug 787767 - Implement runtime performance monitoring for Worker API abuse. r=felipe
--HG--
extra : rebase_source : 93e027809cc3f6ceb2939cb2e3919c3516d05be7
2012-10-21 17:26:11 -07:00
Jared Wein
ab05f33a1e Bug 801040 - Add Social API status-area menuitems to the keyboard accessible Social API menu. r=felipe
--HG--
extra : rebase_source : 10fb7d2b1e29df264307b80967e60e4ba76dafa3
2012-10-21 17:25:19 -07:00
Bobby Holley
7c74c69d34 Bug 789224 - Remove CAPS_HACKER debugging instrumentation. r=mrbkap
This stuff is super ugly and confusing. I think we're better off without it.
2012-10-22 08:29:56 +02:00
Bobby Holley
bac4dc387e Bug 789224 - Separate certificate principals out from CAPS. r=dveditz
There's no longer any reason why "certificate principals" need to be principals at all.
I tried to rip them out entirely, but it looks like they're still used vestigially at XPI
install time to display author information. But there's no reason that they have to be
porkbarreled into the security-critical objects that we pass around all over the place.
So let's make them their own deal.

I was tempted to call them "certificate holders", but that would involve renaming methods and
cause more compat fuss than necessary.

--HG--
rename : caps/idl/nsISignatureVerifier.idl => security/manager/ssl/public/nsISignatureVerifier.idl
2012-10-22 08:29:56 +02:00
Bobby Holley
0c1ca835dd Bug 789224 - Remove signed script security checks. r=mrbkap 2012-10-22 08:29:55 +02:00
Bobby Holley
8727eb2985 Bug 789224 - Remove principal capability and preference infrastructure. r=mrbkap 2012-10-22 08:29:55 +02:00
Bobby Holley
9735e11f83 Bug 789224 - Remove capability manager stuff in nsScriptSecurityManager. r=mrbkap 2012-10-22 08:29:55 +02:00
Bobby Holley
3a93472e80 Bug 789224 - Remove miscellaneous UniversalXPConnect checks sprinkled throughout gecko. r=mrbkap 2012-10-22 08:29:55 +02:00
Saurabh Anand
a02cbc9377 Bug 722995 - Part 2: Make DownloadLastDir.jsm use per-window privacy status instead of global service. r=ehsan 2012-07-21 11:24:41 +05:30
Saurabh Anand
b0dce92002 Bug 722995 - Part 1: Convert test_privatebrowsing_downloadLastDir.js, test_privatebrowsing_downloadLastDir_c.js, test_DownloadLastDir.js, and test_DownloadLastDirWithCPS.js to mochitest. r=ehsan 2012-07-21 11:20:24 +05:30
Justin Wood
120bee0c87 Merge backout of Bug 800613 2012-10-22 00:43:31 -04:00
Justin Wood
d8f098d8ef Backout bug 800613 (09dc2dc1fc9f) due to l10n breakage 2012-10-22 00:42:56 -04:00
Alexander Surkov
3924169416 Bug 708927 - Intermittent events/test_focus_menu.xul, r=tbsaunde 2012-10-21 23:07:11 +09:00
Peter Van der Beken
ea23f44eff Fix for bug 803872 (Remove remaining references to the dom.new_bindings pref). r=Ms2ger. 2012-10-21 13:06:55 +02:00
Neil Rashbrook
a185f26b64 Bug 802820 Restore fallback behaviour when charset titles are missing r=smontagu 2012-10-21 10:31:21 +01:00
Ms2ger
191bb9812c Merge m-c to m-i. 2012-10-21 10:36:35 +02:00
Ms2ger
3accfeaf06 Bug 796903 - Part b: Remove classinfo from DOMImplementation; r=bz 2012-10-21 09:38:41 +02:00
Ms2ger
198e457ea6 Bug 796903 - Part a: Move DOMImplementation to its own file and move it to Paris bindings; r=bz 2012-10-21 09:38:41 +02:00
Ms2ger
b04ad5d4ed Bug 803586 - Infinite recursion in nsXMLStylesheetPI::SetNodeValueInternal; r=bz 2012-10-21 09:38:41 +02:00
Ms2ger
b44db1c477 Bug 801486 - Skip script elements in HTMLOptionElement.prototype.text; r=bz 2012-10-21 09:38:40 +02:00
Alexander Surkov
2c13ac639c Bug 803465 - Iframe shouldn't override a sub document role, r=davidb 2012-10-21 14:20:23 +09:00
John Schoenick
aa605cc8fc Bug 802355 - Handle failures in OnStartRequest when spawning plugins. r=josh 2012-10-20 20:48:20 -07:00
Ryan VanderMeulen
f082147c95 Merge m-c to inbound. 2012-10-20 18:02:38 -04:00
Ryan VanderMeulen
9824047cfb Merge fx-team to m-c. 2012-10-20 17:15:57 -04:00
Timothy Nikkel
51595d3e62 Bug 802456. Make all popup type windows on Windows have the composited style to work around a bug in Windows. r=jimm 2012-10-20 16:05:14 -05:00
Olli Pettay
35f1ebaa50 Bug 802829 - Don't add nsXPCWrappedJS objects to CC graph if they only point to a certainly alive object, r=mccr8 2012-10-20 22:53:25 +03:00
Olli Pettay
efe22ceaf9 Bug 802985, PreDestroy editor, r=ehsan 2012-10-20 21:48:34 +03:00