Skip to content

Commit

Permalink
hopefully really fixing native events for Firefox 31
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Jul 28, 2015
1 parent ed5860d commit 36b48db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions javascript/firefox-driver/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ mozilla_extension(name = "webdriver",
{ "../../cpp/prebuilt/i386/libwebdriver_firefox_latest.so" : "platform/Linux_x86-gcc3/components/libwebdriver-firefox-latest.so" },
{ "../../cpp/prebuilt/amd64/libwebdriver_firefox_previous_64.so" : "platform/Linux_x86_64-gcc3/components/libwebdriver-firefox-previous.so" },
{ "../../cpp/prebuilt/amd64/libwebdriver_firefox_latest_64.so" : "platform/Linux_x86_64-gcc3/components/libwebdriver-firefox-latest.so" },
{ "../../cpp/prebuilt/nsINativeEvents.xpt" : "components/nsINativeEvents.xpt" },
{ "../../cpp/prebuilt/nsINativeMouse.xpt" : "components/nsINativeMouse.xpt" },
{ "../../cpp/prebuilt/nsINativeKeyboard.xpt" : "components/nsINativeKeyboard.xpt" },
{ "../../cpp/prebuilt/nsINativeIME.xpt" : "components/nsINativeIME.xpt" },
{ ":web-element-cache" : "resource/modules/web-element-cache.js" },
{ "js/timer.js" : "resource/modules/timer.js" },
{ "js/evaluate.js" : "resource/evaluate.js" },
Expand Down

0 comments on commit 36b48db

Please sign in to comment.