Commit Graph

256085 Commits

Author SHA1 Message Date
Blake Kaplan
b41bdd602b Bug 665279 - Resolve interface constants properly through Xray wrappers. r=peterv 2011-09-21 19:16:50 -07:00
Jason Orendorff
64564c03cf Fix breakage from rev 31b5cad155fb (bug 695097). r=red. 2011-10-17 17:47:37 -05:00
Benoit Girard
3805b3cd62 Bug 691354 - Enable test fix by changes. r=jmuizelaar 2011-10-17 13:09:03 -07:00
Benoit Girard
ee20e52438 Bug 688844 - Stop using PBuffers for plugins on OS X. r=jrmuizel 2011-10-13 10:36:59 -04:00
Benoit Girard
7f68832f72 Bug 694994 - Improve GetAdapterDescription string to remove ambiguity. r=ajuma
--HG--
extra : rebase_source : 3128eeff52a6574bc1b835ac19909a387c6ec9f9
2011-10-17 08:02:15 -07:00
Jason Orendorff
4937f46f9a Bug 695097 - Split up frontend/Parser.{h,cpp}. r=luke.
--HG--
rename : js/src/frontend/Parser.cpp => js/src/frontend/BytecodeCompiler.cpp
rename : js/src/frontend/Parser.h => js/src/frontend/BytecodeCompiler.h
rename : js/src/frontend/Parser.cpp => js/src/frontend/FoldConstants.cpp
rename : js/src/frontend/Parser.cpp => js/src/frontend/ParseNode.cpp
rename : js/src/frontend/Parser.h => js/src/frontend/ParseNode.h
2011-10-17 16:54:30 -05:00
Jason Orendorff
89f41c57cb Bug 695094 - Move js{scan,parse,emit}.{h,cpp} into js/src/frontend/. r=luke.
--HG--
rename : js/src/jsemit.cpp => js/src/frontend/CodeGenerator.cpp
rename : js/src/jsemit.h => js/src/frontend/CodeGenerator.h
rename : js/src/jsparse.cpp => js/src/frontend/Parser.cpp
rename : js/src/jsparse.h => js/src/frontend/Parser.h
rename : js/src/jsscan.cpp => js/src/frontend/TokenStream.cpp
rename : js/src/jsscan.h => js/src/frontend/TokenStream.h
2011-10-17 16:54:28 -05:00
Jeff Walden
df6a22b112 Bug 693100 - Fix "warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]" with gcc 4.6.1 in SpiderMonkey. r=dvander
--HG--
extra : rebase_source : 92f3e6f79a27b3a83dec63d5c745c97453937889
2011-10-17 14:33:32 -07:00
Nathan Froyd
d2aed4ebbb Bug 695025 - don't use false when we really mean NULL; r=luke
--HG--
extra : rebase_source : 6ea45cafa2dda181e1d8c43321a727a2b0bfd550
2011-10-17 12:38:08 -04:00
Jeff Walden
1978a49325 Bug 694909 - Fix the --enable-gio build to work with ArrayLength changes. r=trivial
--HG--
extra : rebase_source : 3d372a242ab3242d364c613f43fda79120880060
2011-10-17 13:50:15 -07:00
Brian Hackett
64f2d633bf Don't disable ICs on error paths, bug 694200. r=dvander 2011-10-17 14:23:40 -07:00
Brian Hackett
86c1a6104e Bail out from compilation if an OOM was triggered during type inference, bug 693961. r=dvander 2011-10-17 14:18:23 -07:00
Chris Leary
700d60d62e Bug 694752: Test JSOP_REGEXP inline path on recompilation. (test only)
--HG--
extra : rebase_source : 16c8cbb20b028af184114c2dcdf288209f94755d
2011-10-15 20:57:08 -07:00
L. David Baron
9d86c5cff9 Update to rules in current css3-mediaqueries spec for handling malformed media queries: all of the handling is now at the query level rather than the query list level. (Bug 689319) r=bzbarsky
--HG--
extra : transplant_source : %A1MKm%89%0D%F3%02%0E%1A%16o%97%11%5C%C9%8Ci%1Dk
2011-10-17 16:49:22 -04:00
L. David Baron
a35df59631 Make page style menu code reuse existing media query code rather than writing its own. (Bug 689319) r=dao
--HG--
extra : transplant_source : %21%22G%1D%BD%BF%D5MH%60%18%F9%9A%D4%86HYG5%A8
2011-10-17 16:49:22 -04:00
Joel Maher
cacb0c8619 Bug 694741 - Move Android mochitest test-paths into the source tree. r=ctalbert 2011-10-17 16:58:57 -04:00
Zack Weinberg
c5095222cf Bug 660687: Add configure switches that can override confvars.sh's choice of an app basename and disable all system extension directories. r=ted 2010-07-23 11:00:16 -07:00
Dão Gottwald
1df027a28e Bug 692537 - Location bar and search bar shouldn't be transparent with aero glass & tabs on top. r=shorlander 2011-10-17 22:40:48 +02:00
Ehsan Akhgari
19d2b2fb86 Bug 694432 - Make the LdrLoadDll hook compatible with Windows 8 by not assuming that a valid path would always be passed; r=bsmedberg
--HG--
extra : rebase_source : e0df4ea7724118968276d55a0ec25fe4111756d4
2011-10-17 16:15:08 -04:00
Ehsan Akhgari
29a6c32bb0 Bug 692821 - Reftests for bug 437722 fail on Android; r=mbrubeck
--HG--
extra : rebase_source : 3fa94e28dfcdd6deaeb3e16d4404c9261fca721f
2011-10-17 16:10:11 -04:00
Justin Lebar
6ac6233eb1 Bug 683777 - Back out bug 646641 on suspicion of causing crashes. rs=smaug 2011-10-12 20:15:28 -04:00
Tom Schuster
ec962c7986 Bug 694360 - Don't allow keywords with unicode escapes. r=jorendorff 2011-10-17 19:09:54 +02:00
Ehsan Akhgari
36e98e287e Bug 364914 - Part 2: Disable some of the spellcheck reftests on Android because spellchecking is disabled there
Landing on a CLOSED TREE
2011-10-17 12:23:58 -04:00
Ehsan Akhgari
92064e6d3f Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Ehsan Akhgari
f9c553b06f Merge mozilla-central and mozilla-inbound to prepare for landing of bug 690892
Landing on a CLOSED TREE
2011-10-17 10:49:10 -04:00
Ehsan Akhgari
da99f054e1 Bug 694797 - Cairo fails to build with VC11 because it tries to #define inline, which is a keyword in C++; r=jrmuizel 2011-10-17 10:42:45 -04:00
Todd Whiteman
7ea5d51d87 Bug 692523: Add imports of os/sys modules to typelib.py. r=khuey 2011-10-17 09:29:02 -04:00
Benoit Girard
d519615a52 Bug 692759 - Fix Non-InvalidatingCoreAnimation refresh timer for async layers plugins. r=smichaud
--HG--
extra : rebase_source : 3017218abbe7897aa34b7a868cc63e49550246ce
2011-10-14 14:00:44 -04:00
David Bolter
096eaa1a47 Bug 680085 - Don't traverse dirty text frames when computing rendered text. r=roc
We now bail in GetRenderedText when we encounter dirty text frames. This shouldm be okay since dirty text frames should be reflowed at some point and we'll refresh our accessible text cache.
2011-10-17 10:30:33 -04:00
Quentin Headen
e85f53bf15 Bug 364914 - Do not spell check the contents of a textarea until it's focused for the first time; r=ehsan 2011-10-16 22:06:24 -04:00
Alexander Surkov
e4053e0029 Bug 692819 - Assertion 'Shutdown the shutdown accessible' when collapse XUL tree, r=tbsaunde 2011-10-17 22:49:34 +09:00
Mook
20700de67f bug 692826 - dom/plugins/base overwriting dom.xpt from dom/base (r=bsmedberg) 2011-10-07 09:59:22 -07:00
Benoit Girard
a3ac1dfb24 Bug 691354 - Restore CanvasLayerOGL::RenderLayer apply filter. r=bustage 2011-10-16 22:31:15 -04:00
Benoit Jacob
6ebd0d5507 Bug 694730 - Upgrade WebGL conformance test suite to r15815 - no review
The 1.0.1 release is really close, and upgrading now allows us to give feedback and make sure that all tests are passable.

The canonical URL for this test suite is
  https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/webgl-conformance-tests.html

--HG--
rename : content/canvas/test/webgl/conformance/include.vs => content/canvas/test/webgl/conformance/glsl/misc/include.vs
2011-10-16 21:19:28 -04:00
Chris Double
30dd58b388 Bug 686957 - Add test - r=kinetik
--HG--
extra : rebase_source : fcd356c20768bddc6723c8f9b3143f3a3e559262
2011-09-30 17:15:35 +13:00
Chris Double
9334ce67bf Bug 686957 - Display final frame of video when seeking to end - r=kinetik
--HG--
extra : rebase_source : 4ba333f6de5d287f1b37cee7b4b34adb93bb4e85
2011-09-30 17:15:24 +13:00
Chris Double
9428953bf6 Bug 686942 - Add test - r=kinetik
--HG--
extra : rebase_source : 722b14f4731f46c598c1dcc2b7495a1f0f133e77
2011-09-30 17:13:15 +13:00
Benoit Girard
a8dc3a5bac Bug 691354 - Use NEAREST filter when OGL layers have no 3d transform/scaling. r=jmuizelaar 2011-10-14 13:16:19 -07:00
Ehsan Akhgari
54751fa6b5 Merge mozilla-central and mozilla-inbound 2011-10-16 13:28:35 -04:00
Tim Taubert
47ae9182c3 merge the last green changeset on m-c to fx-team 2011-10-16 10:52:30 +02:00
Alexander Surkov
cb91797c4e Bug 546068 - Position is not being updated when atk_text_set_caret_offset is used, r=marcoz, enndeakin 2011-10-16 12:38:19 +09:00
Ed Morley
acef499a8d Merge last green changeset of mozilla-inbound to mozilla-central 2011-10-15 12:19:29 +01:00
ffxbld
b30e4c67c5 Automated blocklist update from host mv-moz2-linux-ix-slave10 2011-10-15 02:32:01 -07:00
Yazen Ghannam
3ab154a129 Bug 677085 - Merge "nsIDOMNSHTMLFrameElement" into "nsIDOMHTMLFrameElement"; r=bz 2011-10-15 09:34:31 +02:00
Ms2ger
ca6f7807e0 Bug 540433 - Remove nsIDocumentViewer; r=smaug 2011-10-15 09:33:26 +02:00
Ms2ger
7912a69391 Bug 693162 - Remove Document.xmlVersion; r=sicking 2011-10-15 09:30:07 +02:00
Ms2ger
951cba0256 Bug 687422 - Remove Text.isElementContentWhitespace; r=sicking 2011-10-15 09:29:16 +02:00
Ms2ger
25d2251ba7 Bug 693154 - Remove Document.xmlStandalone; r=sicking 2011-10-15 09:28:44 +02:00
Ms2ger
c4eed5bf6c Bug 693160 - Cleanup nsWindowRoot::GetControllerForCommand a bit; r=bz 2011-10-15 09:27:57 +02:00
Ms2ger
129f5ea5a2 Bug 675287 - Make Document.documentURI readonly; r=sicking 2011-10-15 09:27:47 +02:00