Commit Graph

271595 Commits

Author SHA1 Message Date
Frédéric Wang
2118333bb9 Bug 677036 - Unify parsing of length and mpadded attributes. r=karlt 2012-05-15 18:30:14 -04:00
Jeff Muizelaar
09d3725c17 Bug 754364. Add bilinear non-repeat and repeat fast paths. r=joe
This gives significantly faster bilinear sampling when we
don't have NEON.
2012-05-15 18:26:16 -04:00
Christian Holler
0f25e1bb27 Bug 753135 - Add AddressSanitizer mozconfig files to the tree, r=catlee 2012-05-15 15:24:14 -07:00
Kyle Huey
c162315386 Bug 748467: Fix some dependencies for android fast packaging. r=ted 2012-05-15 15:06:52 -07:00
Mounir Lamouri
3f4c70aee7 Follow from bug 754140: apply some review comments. r=jlebar 2012-05-15 23:27:08 +02:00
Ehsan Akhgari
720ebd36cd Bug 755480 - Part 3: Make mozInlineSpellWordUtil::SplitDOMWord O(n) for strings with no special charts (as opposed to O(n2)); r=roc 2012-05-15 16:38:43 -04:00
Ehsan Akhgari
512ba908f5 Bug 755480 - Part 2: Detect unknwon URLs faster; r=roc 2012-05-15 16:36:04 -04:00
Ehsan Akhgari
23beaf2cd8 Bug 755480 - Part 1: Stop looking for a useless dot; r=roc 2012-05-15 16:34:04 -04:00
Jason Orendorff
306794b7d4 Bug 749697 - Support debugging when multiple JSContexts are on the stack. Part 2, fix evcross-context eval-in-frame. r=luke.
--HG--
extra : rebase_source : 216bdac31ec88af4130ffd9ffac9bf0ebb1a9b39
2012-05-17 18:57:34 -05:00
Jason Orendorff
13ef988e15 Bug 749697 - Support debugging when multiple JSContexts are on the stack. Part 1, weaken a too-strict assertion in JS_GetFrameScopeChain. r=luke.
--HG--
extra : rebase_source : 86803d6edc44cd4b3a7238b808e48bbf5ac205a1
2012-05-17 18:56:45 -05:00
Jason Orendorff
1c78be8689 Bug 755808 - Add more options to JS shell evaluate() function. r=jimb.
--HG--
extra : rebase_source : f22059d97fbaae885f3b052ed0b84523df3d5ef8
2012-05-17 18:54:30 -05:00
Jason Orendorff
6427db9c29 Bug 756260 - Fix up building without JS_HAS_XML_SUPPORT, again. r=terrence.
--HG--
extra : rebase_source : 9b0bc4f31db387e4e98821d712309792c07eac1c
2012-05-17 16:24:32 -05:00
Josh Aas
f7c5afd9de Bug 755961: Plugin stream decomtamination (nsIPluginStreamListener). r=bsmedberg 2012-05-17 19:54:26 -04:00
Chris Coulson
7cc8ba8beb Bug 756167 - Fix make-makefile test failure when the source path contains perl regexp metacharacters. r=coop 2012-05-17 17:55:33 -04:00
Nicholas Cameron
d5b31c146f Bug 756007 - Fix path invariant for Azure/Cairo push/pop clip. r=joe 2012-05-17 17:54:22 -04:00
Masatoshi Kimura
f809aee2a1 Bug 752402 - Support ArrayBufferView as a member of blobParts parameter. r=sicking 2012-05-17 17:53:44 -04:00
Marco Castelluccio
d5ab7999ee Bug 728749 - Faster plugins check tab. r=gavin 2012-05-17 17:53:05 -04:00
Patrick McManus
4e71c1624c Bug 755467 SpdySession::RestrictConnections() should use conn->EverUsedSpdy() r=honzab 2012-05-15 16:31:29 -04:00
Thaddee Tyl
6b32b1bae0 Bug 749278 - Rename Script Debugger to Debugger; r=rcampbell 2012-05-15 12:21:13 -07:00
Benjamin Smedberg
f00006a6a2 Bug 749459 - Load the EGL libraries correctly on Windows from the GRE path and the system location on other platforms (should be Android-only currently), r=bjacob
--HG--
extra : rebase_source : 12750d4c6dbcc5324256039b9f05b207ed7ec990
2012-05-15 14:55:50 -04:00
Benjamin Peterson
1539d7d1ec Bug 755163 - Kill a test which is not useful anymore and liable failure with different compilers. r=jwalden
--HG--
extra : rebase_source : 7bae87e7d74219c8a6e099c58a85445a7dfabcb1
2012-05-16 11:59:17 -07:00
Terrence Cole
287d0a6115 Bug 743854 - Do not call init on ArrayBuffer slots in NewObject. r=billm
ArrayBuffers use slotSpan to store their inline size. If we try to initialize
these, then we end up with their address in the StoreBuffer, but with arbitrary
bytes written in these fields by TypeArrays. This patch uses an exact class test
to prevent this initialization behavior.

--HG--
extra : rebase_source : 8aacef597dc7456c5e1e08524c84bbb0932b9a68
2012-05-16 12:01:50 -07:00
Margaret Leibovic
d999c3fbde Bug 729485 - Test for content permissions prompts. r=mbrubeck,kats 2012-05-16 12:00:45 -07:00
Margaret Leibovic
67fe19dbc2 Bug 729485 - Add "Don't ask again for this site" option to notifications created by ContentPermissionPrompt.js. r=mbrubeck 2012-05-16 12:00:40 -07:00
Michael Wu
cf90910e81 Bug 755142 - Use ssize_t to store length of the sensor list, patch by an anonymous silicon vendor contributor, r=mwu 2012-05-16 14:52:00 -04:00
Dustin J. Mitchell
480a98e2b6 Bug 534992 - improve error reporting when cleanroot is not set - r=ted 2012-05-16 14:51:45 -04:00
Joey Armstrong
151ad6438c bug 742391: split config/rules.mk - file batch #1 2012-05-16 14:46:28 -04:00
Dave Townsend
25c2b195c3 Bug 733436: OSX resource forks on FAT disks cause problems installing and uninstalling add-ons. r=Unfocused 2012-05-16 11:35:53 -07:00
David Keeler
1a6ab65dd8 Bug 742753 - Click-to-play: activate only the clicked plugin. r=jaws 2012-05-15 11:10:43 -07:00
Mats Palmgren
eef4cdb2e4 Bug 754480 - Remove PresShell members associated with mContentToScrollTo, put that data in a temporary content property instead. part=3/3 r=bz 2012-05-16 19:32:40 +02:00
Mats Palmgren
7268272a07 Bug 754480 - Sort members in size order. Use narrower types where possible. part=2/3 r=bz 2012-05-16 19:32:40 +02:00
Mats Palmgren
a416336ebc Bug 754480 - Remove unused mDragService member. part=1/3 r=bz 2012-05-16 19:32:40 +02:00
Brian R. Bondy
9c54dc49da Bug 137450 - Fixed bug with end context not being included in HTML Format. r=bz 2012-05-16 12:39:54 -04:00
lwz
e68013f13f Bug 137450 - Problem copying and pasting a table from a web page to excel. r=bz 2012-05-16 12:39:54 -04:00
Jim Blandy
299eeeff27 Bug 755778: Debugger.Environment.prototype.with should return "with" for 'with' statements' environments. r=jorendorff 2012-05-16 09:19:36 -07:00
Gian-Carlo Pascutto
72618a0dbb Bug 755383 - Filter automatic bookmarks that are no longer supported in Native Fennec. r=blassey 2012-05-16 17:49:53 +02:00
Benoit Girard
58b28c6f5c Bug 755452 - Don't re-invalidate region to paint in BasicTiledLayerBuffer::PaintThebes. r=roc 2012-05-15 16:34:06 -04:00
Chenxia Liu
3517e6c929 Bug 750746 - Correct pairing instructions in Sync setup. r=rnewman 2012-05-15 12:32:03 -07:00
Mike Hommey
ec08589480 Bug 755277 - Avoid duplicate rules after bug 748001. r=ted 2012-05-15 19:01:01 +02:00
Mike Hommey
f46930769d Bug 755206 - Use ANDROID_SERIAL for make install when defined. r=mfinkle 2012-05-15 19:01:01 +02:00
Mike Hommey
9bea555a52 Bug 741348 - Work around crashreporter client build failure with gcc 4.7. r=ted 2012-05-15 19:01:01 +02:00
Gregory Szorc
98a675f363 Merge services-central into mozilla-central 2012-05-15 09:39:11 -07:00
Dão Gottwald
3abd68f5a0 merge backout 2012-05-15 18:06:30 +02:00
Dão Gottwald
6e21fa232a Backed out changeset a39b32ce55d1 2012-05-15 18:06:14 +02:00
Serge Gautherie
37a6f34897 Bug 632408. (Bv1) Improve newer test code some more. r=roc. 2012-05-15 15:33:55 +02:00
Saurabh Anand
395ee5d2eb Bug 732262 - Add toSource() and toString() methods to js-ctypes ABI objects. r=jorendorff. 2012-05-15 16:48:54 +05:30
Girish Sharma
f8eb97e8d0 Bug 755289 - Developer toolbar missing the cross in close button. r=paul 2012-05-15 07:28:00 +02:00
Paul Rouget
be9c5e4772 Bug 754834 - Developer tools missing tooltips. r=mratcliffe 2012-05-15 17:04:06 +02:00
Nicholas Nethercote
9f9e46fe18 Bug 753249 (part 6) - Remove TCF_GENEXP_LAMBDA from TreeContextFlags. r=luke.
--HG--
extra : rebase_source : 30b9e049999e66dae1409022adc8973efd7d2254
2012-05-14 21:38:42 -07:00
Nicholas Nethercote
5ff07f7a81 Bug 753249 (part 5) - Simplify use of TCF_GENEXP_LAMBDA in FoldConstants. r=luke.
--HG--
extra : rebase_source : 8cdce721b1bdfdea8fca8f98de8a0c8fc30e0b9d
2012-05-14 21:38:41 -07:00