Commit Graph

262422 Commits

Author SHA1 Message Date
Jim Blandy
0424de52a7 Bug 717417: Add 'terminate' shell primitive. r=jorendorff 2012-01-23 17:44:30 -08:00
Brian Hackett
fd333c1476 Ensure code is discarded appropriately when kicking frames into the interpreter, bug 719674. r=dvander 2012-01-23 16:50:23 -08:00
Bill McCloskey
6024b2a83d Bug 716027 - Add write barrier to SetReservedSlot in jsfriendapi.h (r=bhackett) 2012-01-23 16:43:19 -08:00
Bill McCloskey
b600363fab Bug 716033 - Move write barriers from jsapi.h to jsfriendapi.h (r=luke,bholley) 2012-01-23 16:43:12 -08:00
Brian Hackett
afd6a8403b Convert integers to doubles at join points immediately after a chunk boundary, bug 719918. r=dvander 2012-01-23 16:42:21 -08:00
Dão Gottwald
b5d3fefacd Bug 714594 - Don't list app tabs in the all tabs menu. r=mak ui-r=boriss
--HG--
extra : rebase_source : 462d500d1f44f637bb30eb7c29d0e444e221964f
2012-01-24 01:39:49 +01:00
Dão Gottwald
0822b0d798 Bug 485237 - Use \!toolbar.visible instead of the chromehidden attribute existence to identify popups. r=gavin
--HG--
extra : rebase_source : e5a18e5dca37e8ce3a0b5c832b376787d269b310
2012-01-24 01:37:54 +01:00
Brian Hackett
af40d3d15a Don't leak JITScript->shimPool, bug 720359. r=dvander 2012-01-23 16:35:12 -08:00
Jeff Walden
e2b7cdf1db Bug 720316 - Convert RegExp indexes into uint32_t. r=luke
--HG--
extra : rebase_source : bc166b8b951b7142b27f423fdbb6aba7e3087d97
2012-01-19 17:15:24 -08:00
Jeff Walden
ab65bc54f2 Bug 720316 - Remove the entirely-unused JOF_SLOTATOM. r=luke
--HG--
extra : rebase_source : 2f2222eebe863873d7d85323e9dd5c5484c72193
2012-01-18 16:55:59 -08:00
Serge Gautherie
b17a90f1d9 Bug 694353. (Av2-FF) Stop explicitly packaging NSS .chk files which are now created in the staging directory directly, Reorder PSM files. r=ted.mielczarek. 2012-01-18 21:25:28 +01:00
Joel Maher
1f193292bc Bug 718795 - deploy new talos.zip. r=armenzg 2012-01-18 13:32:08 -05:00
Wes Johnston
5920e68298 Bug 713922 - Don't allow empty password for master password. r=mfinkle 2012-01-18 08:50:11 -08:00
Wes Johnston
457af0bee4 Bug 716161 - Don't allow clicking disabled selects. r=mfinkle 2012-01-18 08:49:48 -08:00
James Willcox
1055c05f63 Bug 707439 - Fix Flash plugin positioning
--HG--
extra : rebase_source : aaa41297d293ffde1aabe5632ade6c416b4d541f
2012-01-18 10:41:35 -05:00
James Willcox
4c88772ec9 Bug 718014 - Restrict dirty rect to subrect of tile texture
--HG--
extra : rebase_source : bbe56fd271b08e908eb301b5b0839a80bce139fb
2012-01-18 10:41:30 -05:00
Brian Hackett
fdd7a080be Pass scope chain explicitly to FindProperty, bug 717494. r=dvander 2012-01-18 17:15:00 -08:00
Chris Pearce
3333e53c6b Bug 717026 - Ensure libsydneyaudio windows block size is an even multiple of channels*frame_size. r=kinetik 2012-01-19 14:11:51 +13:00
Brian Hackett
bdf9362d41 Store JSStrings instead of jsids in native key iterators, bug 713754. r=dvander 2012-01-18 16:56:22 -08:00
Brian Hackett
7e3d6561ae Compile large scripts in chunks, bug 706914. r=dvander 2012-01-18 16:40:18 -08:00
Matt Brubeck
38804d62a5 Bug 575830 - Image zoom is reset when switching tabs [r=gavin] 2012-01-18 16:01:19 -08:00
Johnny Stenback
db5f28547b Bug 706381. Re-create the dummy java plugin when re-using the inner window. r=joshmoz@gmail.com 2012-01-18 15:50:14 -08:00
Mark Finkle
cd08c705c6 Backout 60eb0da71cdb as suspected crash cause (bug 718765) 2012-01-18 10:08:29 -05:00
Tim Taubert
8bd837a1d3 merge m-c to fx-team 2012-01-18 13:22:22 +01:00
Frank Yan
e09f9f2450 No bug - Fix typo in comment in /browser/base/test/Makefile.in. a=comment 2012-01-18 03:44:49 -08:00
Frank Yan
be32876a4a Bug 593645 - Use popup.triggerNode for tab context menu - tests. r=dao 2012-01-18 03:55:23 -08:00
Mounir Lamouri
44338f1d30 Merge m-i into m-c. 2012-01-18 11:28:32 +01:00
Frank Yan
d2fec41076 Bug 593645 - Use popup.triggerNode for tab context menu. r=dao 2012-01-17 21:48:22 -08:00
Makoto Kato
a917609af0 Bug 718500 - View > Character Encoding > Auto-Detect menupopup is broken. r=smontagu 2012-01-18 14:43:31 +09:00
Randell Jesup
3cb9a88bc2 Bug 712224: Make jprof generate output for 'cleopatra' backend. rs=dbaron DONTBUILD 2012-01-18 00:11:00 -05:00
Margaret Leibovic
c7396dfb85 Bug 706835 - Remove the new tab indicator animation on about:home load. r=mfinkle 2012-01-17 20:47:16 -08:00
Nicholas Nethercote
bfdbdcd83a Bug 715453 (part 2) - Ignore computedSize in nsMallocSizeOfFun. r=jlebar. 2012-01-17 20:23:55 -08:00
Jeff Walden
cc5c77dbed Bug 720316 - Introduce GET_UINT8 and SET_UINT8 helpers for bytecode immediate examination/setting. r=luke
--HG--
extra : rebase_source : 7413b96b2e1b048b78c37d6a7b0700d6b1d84874
2012-01-17 17:55:27 -08:00
Jeff Walden
321306d0cd Bug 720511 - Make sure indexed elements on prototypes of an array being joined show through in the final join-string. r=luke
--HG--
extra : rebase_source : 9979fa265e18e347fb0406c39044bce6fa183aef
2012-01-21 04:05:53 -08:00
Phil Ringnalda
ed1e18f921 Backed out changeset a57b82b18bde (bug 622232) for build bustage 2012-01-23 16:07:47 -08:00
Santiago Gimeno
fb6ecb4459 Bug 715265 - Optimize all-int array sort and avoid creating a JSString per element when there is no comparator (r=luke)
--HG--
extra : rebase_source : 0a61ff4ac1cafa450b78fad1cf4adde3246729fc
2012-01-23 14:06:02 -08:00
Steve Workman
b8a9c0671a Bug 622232: Cancel DNS prefetches for HTML Anchor Elems after a tab is closed; r=mcmanus sr=bz 2012-01-20 15:14:46 -08:00
Brian R. Bondy
b8f1a573ae Bug 719202 - Innocuous uninitialized BMP header value. r=joe 2012-01-23 18:28:58 -05:00
Andrew McCreight
821eb101a0 Bug 720292 - add more cycle collector edge names. r=smaug 2012-01-23 15:25:53 -08:00
Hub Figuière
78b91b84fc Bug 712923 - Properly handle Heading elements to be recognizable by VoiceOver. r=tbsaunde,surkov,marcoz
--HG--
extra : rebase_source : 111fa34bc3f12646f68d00a73d1717f822c196dd
2012-01-23 14:37:21 -08:00
Brian Nicholson
6691a3ab2c Bug 716906 - Add "Firefox Sync" item to settings. r=dougt 2012-01-23 14:39:04 -08:00
Steven Michaud
e532ca2ebf Bug 720168 - Crash in nsHttpChannel::CallOnStartRequest @ objc_msgSend | nsOSHelperAppService::GetMIMEInfoFromOS. r=bgirard 2012-01-23 16:37:40 -06:00
Vladan Djeric
6bb3870456 Bug 716590 - WalkStackMain64 shouldn't skip frames unless it's walking the thread that called NS_StackWalk. r=dbaron 2012-01-23 17:21:23 -05:00
Steven Michaud
f2bfc44f65 Bug 714951 - [Mac] Aurora and Nightly icons incorrectly positioned in mounted DMG image's finder window. r=gavin 2012-01-23 16:18:26 -06:00
Brian Hackett
651ffa594b Add incremental GC barrier for generator frames associated with args/call objects, bug 716013. r=billm 2012-01-23 13:59:04 -08:00
Brian Hackett
36e14bbce6 Add JSOP_LOOPENTRY for target of initial loop jump, bug 720169. r=dvander 2012-01-23 13:51:01 -08:00
Brian Nicholson
7be6565932 Bug 701824 - "Show character encoding" (Text encoding) preference should be hooked up. r=mfinkle 2012-01-23 13:47:48 -08:00
Brian Nicholson
6580348f03 Bug 719662 - Use nsIPrefLocalizedString for getComplexValue. r=mfinkle 2012-01-23 13:40:07 -08:00
Josh Matthews
50d6f70243 Bug 649564 - Stupid typo in test_socks.js. rs=ted 2012-01-23 16:38:00 -05:00
Gregory Szorc
f1d1ea0f85 Bug 717713 - Add -Qunused-arguments to default Clang compiler flags; r=ted 2012-01-23 13:32:12 -08:00