Intent to (re-)enable new keyCode/charCode values of keypress events in Nightly

2018-11-06 Thread Masayuki Nakano
This is blocker issue of enabling window.event [*1]. When we enable window.event, a lot of web sites are broken like this code: > foo.addEventListener("keypress", function (event) { > var charCode; > if (window.event) { > charCode = event.keyCode; > } else { > charCode =

Re: error while building a release(official) version on window error: Gecko exception wrapping doesn't understand your your MSVC/SDK. Please file a bug describing this error and your build configurati

2018-11-06 Thread Masatoshi Kimura
You cannot build Firefox 62 or earlier using Visual Studio 2017 Update 8 because of . On 2018/11/07 0:28, Amirhossein Ghafari wrote: > Hi, > > I'm trying to build the release version of the firefox on the windows host. > > The problem is I

Re: error while building a release(official) version on window error: Gecko exception wrapping doesn't understand your your MSVC/SDK. Please file a bug describing this error and your build configurati

2018-11-06 Thread Gabriele Svelto
Hi Amirhossein, On 06/11/2018 16.28, Amirhossein Ghafari wrote: > 0:43.67 DEBUG: configure:3005: cl.exe -c -TP -nologo -w15038 -wd5026 > -wd5027 -Zc:sizedDealloc- -wd4091 -wd4577 -D_HAS_EXCEPTIONS=0 conftest.C 1>&5 > 0:43.67 DEBUG: conftest.C > 0:43.67 DEBUG: >

Re: PSA: searchfox now indexing Windows Rust/C++ code

2018-11-06 Thread Nika Layzell
This is fantastic - thanks! On Mon, Nov 5, 2018 at 11:40 AM Aaron Klotz wrote: > \o/ \o/ \o/ \o/ \o/ > > THANK YOU! > > On 11/2/2018 9:32 AM, Kartikaya Gupta wrote: > > Hello searchfox fans, > > > > Those of you working in Windows-only Rust and C++ code will probably > > be happy to hear that

New CEnum enumeration type in XPIDL

2018-11-06 Thread Kyle Machulis
Since just about forever (no, really: https://bugzilla.mozilla.org/show_bug.cgi?id=8781), there's not really been an enum type in XPIDL. This means that we have a lot of interfaces with lots of similarly named consts, that are usually passed around in C++ as uint32_t's, though sometimes we

error while building a release(official) version on window error: Gecko exception wrapping doesn't understand your your MSVC/SDK. Please file a bug describing this error and your build configuration

2018-11-06 Thread Amirhossein Ghafari
Hi, I'm trying to build the release version of the firefox on the windows host. The problem is I can easily follow the build instruction for windows provided (https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Windows_Prerequisites) but when I'm trying to