Commit Graph

85060 Commits

Author SHA1 Message Date
Chris Peterson
fb58dae392 Bug 701002 part 3 - JavaStackTrace: remove unused showErrorDialog() method. r=dougt 2012-01-18 13:56:56 -08:00
Chris Peterson
46474f8a44 Bug 701002 part 2 - JavaStackTrace: send "JavaStackTrace" field to Socorro. r=dougt 2012-01-23 12:02:56 -08:00
Chris Peterson
52175bf80e Bug 701002 part 1 - JavaStackTrace: consolidate reportJavaCrash() stack logging. r=dougt 2012-01-23 12:03:25 -08:00
Patrick Walton
06b9c3c2f9 Bug 710533 - Tint the checkerboard with the background color of the page. r=Cwiiis 2012-01-23 20:10:24 -08:00
Patrick McManus
3ebda64c57 bug 720150 - spdy syn_reply div by zero on valid 0 len inflate buffer r=honzab 2012-01-23 22:46:37 -05:00
Patrick Walton
531d034ae2 Bug 706684 - Implement a simpler scale gesture listener on Android. r=Cwiiis 2012-01-23 19:18:24 -08:00
Jim Blandy
36df4ffa3a Bug 717417: Don't skip ScriptDebugEpilogue when an onExceptionUnwind handler throws an uncaught exception or terminates the debuggee. r=jorendorff 2012-01-23 17:44:32 -08:00
Jim Blandy
335fa4315b Bug 717417: Add 'terminate' shell primitive. r=jorendorff 2012-01-23 17:44:30 -08:00
Brian Hackett
140300adfb 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
c849a7a139 Bug 716027 - Add write barrier to SetReservedSlot in jsfriendapi.h (r=bhackett) 2012-01-23 16:43:19 -08:00
Bill McCloskey
5e946f0618 Bug 716033 - Move write barriers from jsapi.h to jsfriendapi.h (r=luke,bholley) 2012-01-23 16:43:12 -08:00
Brian Hackett
b0ad38065b 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
0b9653e36b 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
0a32b673f9 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
a3feed3c76 Don't leak JITScript->shimPool, bug 720359. r=dvander 2012-01-23 16:35:12 -08:00
Jeff Walden
6dbeb964f0 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
1dd37c3dde 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
2e1533709b 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
8ecee9148e Bug 718795 - deploy new talos.zip. r=armenzg 2012-01-18 13:32:08 -05:00
Wes Johnston
7da30b80c3 Bug 713922 - Don't allow empty password for master password. r=mfinkle 2012-01-18 08:50:11 -08:00
Wes Johnston
b04763a035 Bug 716161 - Don't allow clicking disabled selects. r=mfinkle 2012-01-18 08:49:48 -08:00
James Willcox
8f71c6ffa1 Bug 707439 - Fix Flash plugin positioning
--HG--
extra : rebase_source : aaa41297d293ffde1aabe5632ade6c416b4d541f
2012-01-18 10:41:35 -05:00
James Willcox
4e566ea4f6 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
68e8fc5429 Pass scope chain explicitly to FindProperty, bug 717494. r=dvander 2012-01-18 17:15:00 -08:00
Chris Pearce
92dea45444 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
40239683ac Store JSStrings instead of jsids in native key iterators, bug 713754. r=dvander 2012-01-18 16:56:22 -08:00
Brian Hackett
0149f21a7d Compile large scripts in chunks, bug 706914. r=dvander 2012-01-18 16:40:18 -08:00
Matt Brubeck
2dbe780266 Bug 575830 - Image zoom is reset when switching tabs [r=gavin] 2012-01-18 16:01:19 -08:00
Johnny Stenback
060ca154e9 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
90bc089539 Backout 60eb0da71cdb as suspected crash cause (bug 718765) 2012-01-18 10:08:29 -05:00
Tim Taubert
b0e045814b merge m-c to fx-team 2012-01-18 13:22:22 +01:00
Frank Yan
9e7b1a6704 No bug - Fix typo in comment in /browser/base/test/Makefile.in. a=comment 2012-01-18 03:44:49 -08:00
Frank Yan
9f9738ec9f Bug 593645 - Use popup.triggerNode for tab context menu - tests. r=dao 2012-01-18 03:55:23 -08:00
Mounir Lamouri
2d62d088ca Merge m-i into m-c. 2012-01-18 11:28:32 +01:00
Frank Yan
ba3b9a332a Bug 593645 - Use popup.triggerNode for tab context menu. r=dao 2012-01-17 21:48:22 -08:00
Makoto Kato
4a57071627 Bug 718500 - View > Character Encoding > Auto-Detect menupopup is broken. r=smontagu 2012-01-18 14:43:31 +09:00
Randell Jesup
460f47911e Bug 712224: Make jprof generate output for 'cleopatra' backend. rs=dbaron DONTBUILD 2012-01-18 00:11:00 -05:00
Margaret Leibovic
40b26a936f Bug 706835 - Remove the new tab indicator animation on about:home load. r=mfinkle 2012-01-17 20:47:16 -08:00
Nicholas Nethercote
bb14a02197 Bug 715453 (part 2) - Ignore computedSize in nsMallocSizeOfFun. r=jlebar. 2012-01-17 20:23:55 -08:00
Jeff Walden
706ef95953 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
6f3351b7f8 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
deb06f5a95 Backed out changeset a57b82b18bde (bug 622232) for build bustage 2012-01-23 16:07:47 -08:00
Santiago Gimeno
2886670920 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
96e0190997 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
ff700f67dc Bug 719202 - Innocuous uninitialized BMP header value. r=joe 2012-01-23 18:28:58 -05:00
Andrew McCreight
4d058d5e0d Bug 720292 - add more cycle collector edge names. r=smaug 2012-01-23 15:25:53 -08:00
Hub Figuière
3ce41a59b8 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
8139e7bf5c Bug 716906 - Add "Firefox Sync" item to settings. r=dougt 2012-01-23 14:39:04 -08:00
Steven Michaud
be834eac16 Bug 720168 - Crash in nsHttpChannel::CallOnStartRequest @ objc_msgSend | nsOSHelperAppService::GetMIMEInfoFromOS. r=bgirard 2012-01-23 16:37:40 -06:00
Vladan Djeric
4a1e75656f 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